A291251 p-INVERT of (0,1,0,1,0,1,...), where p(S) = 1 - 3 S + 2 S^3.
0, 3, -2, 15, -18, 76, -126, 405, -802, 2241, -4884, 12696, -29100, 72903, -171490, 421683, -1005030, 2448356, -5873706, 14243001, -34280258, 82936965, -199930344, 483172656, -1165648152, 2815517835, -6794932418, 16408304343, -39606671610, 95629756540
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (0, 6, -2, -6, 0, 1)
Programs
Formula
G.f.: (x (-3 + 2 x + 3 x^2))/((-1 - 2 x + x^2) (-1 + x + x^2)^2).
a(n) = 6*a(n-2) - 2*a(n-3) - 6*a(n-4) + a(n-6) for n >= 7.
Comments