a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment

Here's Wolfram Alpha.

  Plot[Sum[Sin[n*x]/n, {n, 1, 5, 2}], {x, 0, 2Pi}]

{n, 1, 5, 2} in Sum means "sum over n from 1 to 5, incrementing n by 2". You can plug pretty much any functions and values. WA is pretty limited but you can still have fun with it.