p(1) = 1; p(2) = 2; p(3) =3;
for x >= 3
p(x+1) = [p(x+2) * P(x-1) +1]/ p(x)
What is p(6) ?
I have tried to simplify. The given info yields the identity function y = x but this does not fit for any values other than x = 1.
I'm not sure how to determine what the function is.
Any help here?
for x >= 3
p(x+1) = [p(x+2) * P(x-1) +1]/ p(x)
What is p(6) ?
I have tried to simplify. The given info yields the identity function y = x but this does not fit for any values other than x = 1.
I'm not sure how to determine what the function is.
Any help here?