A292533 p-INVERT of the squares (A000290), where p(S) = (1 - S)^2.
2, 11, 46, 187, 748, 2948, 11480, 44273, 169374, 643601, 2431526, 9140616, 34212350, 127563959, 474022478, 1756118055, 6488228880, 23912815820, 87935847700, 322713694333, 1182114988606, 4322734288413, 15782353895178, 57537481431056, 209479529802682
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (8, -20, 18, -12, 4, -1)
Programs
Formula
G.f.: -(((1 + x) (-2 + 7 x - 5 x^2 + 2 x^3))/(-1 + 4 x - 2 x^2 + x^3)^2).
a(n) = 8*a(n-1) - 20*a(n-2) + 18*a(n-3) - 12*a(n-4) + 4*a(n-5) - a(n-6) for n >= 7.
Comments