A290925 p-INVERT of the positive integers, where p(S) = 1 - 3*S - 2*S^2.
3, 17, 92, 495, 2661, 14304, 76891, 413329, 2221860, 11943663, 64203453, 345127232, 1855239875, 9972887313, 53609499612, 288179176047, 1549114207525, 8327301302176, 44763611772699, 240627889663761, 1293501104827044, 6953246818258415, 37377348295412093
Offset: 0
Links
- Clark Kimberling, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (7, -10, 7, -1)
Programs
Formula
G.f.: (3 - 4 x + 3 x^2)/(1 - 7 x + 10 x^2 - 7 x^3 + x^4).
a(n) = 7*a(n-1) - 10*a(n-2) + 7*a(n-3) - a(n-4).
Comments