A290906 p-INVERT of the positive integers, where p(S) = 1 - 3*S^2.
0, 3, 12, 39, 132, 456, 1572, 5409, 18612, 64053, 220440, 758640, 2610840, 8985147, 30922188, 106418031, 366235308, 1260390744, 4337606988, 14927778921, 51373622388, 176801189997, 608457401520, 2093992746720, 7206429919920, 24800769855603, 85351303248012
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (4, -3, 4, -1)
Programs
Formula
G.f.: (3 x)/(1 - 4 x + 3 x^2 - 4 x^3 + x^4).
a(n) = 4*a(n-1) - 3*a(n-2) + 4*a(n-3) - a(n-4).
a(n) = 3*A290907(n) for n >= 0.
Comments