Does anyone else know what's going on? I have tried this several times, and am using a stackexchange dialog in which the following was adapted:
s[n_, x_] := ((Pi^2)/3) + Sum[((4 cos (kx))/(k^2)), {k, 1, n}]
partialsums = Table[s[n, x], {n, 1, 5}];
Plot[Evaluate[partialsums], {x, 0, 4 Pi}]...