A111570 a(n) = a(n-1) + a(n-3) + a(n-4), n >= 4, with initial terms 2,5,4,7.
2, 5, 4, 7, 14, 23, 34, 55, 92, 149, 238, 385, 626, 1013, 1636, 2647, 4286, 6935, 11218, 18151, 29372, 47525, 76894, 124417, 201314, 325733, 527044, 852775, 1379822, 2232599, 3612418, 5845015, 9457436, 15302453, 24759886
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (1, 0, 1, 1).
Formula
G.f.: (-2-3*x+x^2-x^3)/((1+x^2)*(x^2+x-1)).
Extensions
Name clarified by Robert C. Lyons, Feb 06 2025
Comments