A289787 p-INVERT of the even positive integers (A005843), where p(S) = 1 - S - S^2.
2, 12, 62, 312, 1570, 7908, 39838, 200688, 1010978, 5092860, 25655582, 129241512, 651061762, 3279762132, 16521995710, 83230530528, 419278719938, 2112141348588, 10640036959358, 53599815453720, 270012240337762, 1360202629711812, 6852101192007262
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (6, -6, 6, -1)
Programs
Formula
G.f.: (2 (1 + x^2))/(1 - 6 x + 6 x^2 - 6 x^3 + x^4).
a(n) = 6*a(n-1) - 6*a(n-2) + 6*a(n-3) - a(n-4).
Comments