A291391 p-INVERT of (1,1,0,0,0,0,...), where p(S) = (1 - 6 S)^2.
12, 120, 1080, 9180, 75168, 599616, 4691520, 36164880, 275503680, 2078711424, 15559682688, 115688917440, 855249269760, 6291326453760, 46080184338432, 336227628720384, 2445042642140160, 17726787591690240, 128173151784867840, 924487654349822976
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (12, -24, -72, -36)
Programs
Formula
G.f.: -((12 (1 + x) (-1 + 3 x + 3 x^2))/(-1 + 6 x + 6 x^2)^2).
a(n) = 12*a(n-1) - 24*a(n-2) - 72*a(n-3) - 36*a(n-4) for n >= 5.
Comments