- #1
maxmilian
- 12
- 0
determine a closed expression for b(n), given
b(0) = 3
b(n+1) = 2+[itex]\prod[/itex] (k=0 to n) * b(k) , n >= 0 , without using recursion og or the product given by [itex]\prod[/itex].
I want to start out by b(n+1) -1 = (b(n)-1)^2 for n >= 0 , but I am not sure.
kind regards
Maxmilian
b(0) = 3
b(n+1) = 2+[itex]\prod[/itex] (k=0 to n) * b(k) , n >= 0 , without using recursion og or the product given by [itex]\prod[/itex].
I want to start out by b(n+1) -1 = (b(n)-1)^2 for n >= 0 , but I am not sure.
kind regards
Maxmilian