r/askmath 9d ago

Discrete Math Simplify sum

Post image

Friend gave this "easy" sum for Olympiad practice, can't solve it even though I already tried relating it to e's Taylor series done harmonic stuff etc, any help?

Upvotes

22 comments sorted by

View all comments

Show parent comments

u/uTRexAap 6d ago

What does that mean?

u/BubbhaJebus 6d ago

Rewrite it so the index of summation ranges from 1 to n-1 instead of 2 to n. It's a little simpler that way.

u/uTRexAap 6d ago

You can do that???????

u/BubbhaJebus 6d ago

Yes: SUM(i = 2 to n) f(n) = SUM(i = 1 to n-1) f(n+1)