A289804 p-INVERT of the even bisection (A001519) of the Fibonacci numbers, where p(S) = 1 - S - S^2.
1, 3, 9, 29, 96, 321, 1077, 3617, 12149, 40802, 137009, 459991, 1544169, 5183201, 17396800, 58387097, 195950657, 657602545, 2206838633, 7405775266, 24852220929, 83398067755, 279861976377, 939138581941, 3151475258656, 10575403936625, 35487807890381
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (7, -15, 9, 1)
Programs
Formula
G.f.: (-1 + 4 x - 3 x^2 - 2 x^3)/(-1 + 7 x - 15 x^2 + 9 x^3 + x^4).
a(n) = 7*a(n-1) - 15*a(n-2) + 9*a(n-3) + a(n-4).
Comments