Programming a recursion
A friendly hello to all,
again i need help. It's about the recursion u(n+2)=7*u(n+1)-3*u(n)+3 for natural numbers n. How does the calculation and tabulation work in MC15? In derive I managed it successfully. But in MC15 everything is possible, just not the correct result. I just can't get a grip on programming in MC 😞 .
The background is the transformation of the formula u(n)=((1/2)*(7+sqrt(37))^n+((1/2)*(7-sqrt(37))^n-1 given in Binet-Art into a recursion and examination of divisibility by 3.
Kind regards, Alfred Flasshaar

