Darth Frodo
- 211
- 1
Homework Statement
a_{n} = a_{n-1} + n
a_{0} = 0
The Attempt at a Solution
h_{n} = h_{n-1}
t^{2} - t = 0
t=0 t=1
h_{n} = B
p_{n} = bn + c
p_{n} = p_{n-1} + n
bn + c = b(n-1) + n
bn + c = (b+1)n -b
I'm sure I've gone wrong somewhere, I just can't figure out where!