Idealistic
Junior Member
- Joined
- Sep 7, 2007
- Messages
- 97
I'm having trouble finding a recursive formula for this sequence:
4, 7, 2, 13, 22, 37, 72, 131, 240
I came up with this lol: t(n) = t(n-1) + [t(n) - t(n-1)] until I realised that this could work for any sequence, and its wrong becuase the formula uses t(n) in it.
Also, All I need to know is if this is right:
10
∑ n/n+1
n=3
3/4, 4/5, 5/6, 6/7, 7/8, 8/9, 9/10, 10/11
I appreciate any help.
4, 7, 2, 13, 22, 37, 72, 131, 240
I came up with this lol: t(n) = t(n-1) + [t(n) - t(n-1)] until I realised that this could work for any sequence, and its wrong becuase the formula uses t(n) in it.
Also, All I need to know is if this is right:
10
∑ n/n+1
n=3
3/4, 4/5, 5/6, 6/7, 7/8, 8/9, 9/10, 10/11
I appreciate any help.