A291246 p-INVERT of (0,1,0,1,0,1,...), where p(S) = 1 - 6 S + S^2.
6, 35, 210, 1259, 7548, 45252, 271296, 1626481, 9751122, 58460185, 350482050, 2101219272, 12597285450, 75523579487, 452780964690, 2714524435655, 16274188816248, 97567447965516, 584938949030724, 3506841484816717, 21024308981321682, 126045494230596949
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (6,1,-6,-1)
Programs
Formula
G.f.: (6 - x - 6*x^2)/(1 - 6*x - x^2 + 6*x^3 + x^4).
a(n) = 6*a(n-1) + a(n-2) - 6*a(n-3) - a(n-4) for n >= 5.
Comments