A215919 a(n) = -3*a(n-1) + a(n-3), with a(0)=0, a(1)=-3, a(2)=12.
0, -3, 12, -36, 105, -303, 873, -2514, 7239, -20844, 60018, -172815, 497601, -1432785, 4125540, -11879019, 34204272, -98487276, 283582809, -816544155, 2351145189, -6769852758, 19493014119, -56127897168, 161613838746, -465348502119, 1339917609189, -3858138988821
Offset: 0
Examples
We have a(2)=-4*a(1), a(3)=-3*a(2), a(6)/a(3) = -24.25, and a(9) = 579*a(3).
References
- D. Chmiela and R. Witula, Two parametric quasi-Fibonacci numbers of the ninth order, (submitted, 2012).
- R. Witula, Ramanujan type formulas for arguments 2Pi/7 and 2Pi/9, Demonstratio Math. (in press, 2012).
Links
- Index entries for linear recurrences with constant coefficients, signature (-3,0,1).
Programs
-
Mathematica
LinearRecurrence[{-3, 0, 1}, {0, -3, 12}, 50]
Comments