A290923 p-INVERT of the positive integers, where p(S) = 1 - 2*S - 2*S^2.
2, 10, 46, 208, 938, 4230, 19078, 86048, 388106, 1750490, 7895302, 35610480, 160615298, 724429270, 3267420814, 14737172032, 66469626002, 299800475370, 1352201455582, 6098885514512, 27508034668634, 124070532153830, 559600027205398, 2523985228499040
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (6, -8, 6, -1)
Programs
Formula
G.f.: (2 (1 - x + x^2))/(1 - 6 x + 8 x^2 - 6 x^3 + x^4).
a(n) = 6*a(n-1) - 8*a(n-2) + 6*a(n-3) - a(n-4).
Comments