A289802 p-INVERT of the quarter-squares (A002620), where p(S) = 1 - S - S^2.
1, 4, 15, 53, 185, 643, 2234, 7764, 26988, 93819, 326149, 1133811, 3941521, 13702079, 47633109, 165588965, 575643853, 2001134880, 6956629199, 24183622175, 84070541130, 292257951771, 1015988587832, 3531923782817, 12278174929397, 42683134990390
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (5, -5, -4, 12, -5, -4, 4, -1)
Programs
Formula
G.f.: (1 - x + 2 x^3 - x^4)/(1 - 5 x + 5 x^2 + 4 x^3 - 12 x^4 + 5 x^5 + 4 x^6 - 4 x^7 + x^8).
a(n) = 5*a(n-1) - 5*a(n-2) - 4*a(n-3) + 12*a(n-4) - 5*a(n-5) - 4*a(n-6) + 4*a(n-7) - a(n-8).
Comments