A290890 p-INVERT of the positive integers, where p(S) = 1 - S^2.
0, 1, 4, 11, 28, 72, 188, 493, 1292, 3383, 8856, 23184, 60696, 158905, 416020, 1089155, 2851444, 7465176, 19544084, 51167077, 133957148, 350704367, 918155952, 2403763488, 6293134512, 16475640049, 43133785636, 112925716859, 295643364940, 774004377960
Offset: 0
Examples
(See the examples at A289780.)
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (4, -5, 4, -1)
Programs
Formula
G.f.: x/(1 - 4 x + 5 x^2 - 4 x^3 + x^4).
a(n) = 4*a(n-1) - 5*a(n-2) + 4*a(n-3) - a(n-4).
Comments