I'm having trouble with this problem:
Guess a simple formula for the sequence that begins:
-1, 1/2, -1/3, 1/4, -1/5
term(n) = (-1)^n x 1/n will do it
Guess a simple formula for the sequence that begins:
-1, 1/2, -1/3, 1/4, -1/5
term(n) = (-1)^n x 1/n will do it