- #1
- 520
- 2
Homework Statement
Find the recurrence relation to
1,1,2,5,12,47,....
The Attempt at a Solution
Made all sorts of attempts. I'm not experienced with these things.
Was there a site that works these things out for you?
Last edited:
Depends what f(n) is. For example if f(n) = 2^n, then yours sequence is still the recurrence relation a_0 =1 , a_n+1 = 2 a_n.
It's not in Sloane, surprisingly.