A292327 p-INVERT of the Fibonacci sequence (A000045), where p(S) = (1 - S)^2.
2, 5, 14, 38, 102, 271, 714, 1868, 4858, 12569, 32374, 83058, 212350, 541219, 1375570, 3487384, 8821170, 22266413, 56098206, 141087934, 354268502, 888238903, 2223968666, 5561234916, 13889778218, 34652529473, 86361653126, 215021205770, 534861620718
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (4,-2,-4,-1).
Programs
Formula
G.f.: -(2 + x)*(-1 + 2*x)/(-1 + 2*x + x^2)^2.
a(n) = 4*a(n-1) - 2*a(n-2) - 4*a(n-3) - a(n-4) for n >= 5.
Comments