A290911 p-INVERT of the positive integers, where p(S) = 1 - 6*S^2.
0, 6, 24, 96, 408, 1722, 7248, 30528, 128592, 541638, 2281416, 9609504, 40475976, 170487930, 718108320, 3024727680, 12740386464, 53663491206, 226034767224, 952075887072, 4010217126648, 16891344084282, 71147645118192, 299679373092288, 1262272651579632
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (4, 0, 4, -1)
Programs
Formula
G.f.: (6 x)/(1 - 4 x - 4 x^3 + x^4).
a(n) = 4*a(n-1) + 4*a(n-3) - a(n-4).
a(n) = 6*A290912(n) for n >= 0.
Comments