OFFSET
0,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (2,0,-1).
FORMULA
From R. J. Mathar, Apr 07 2011: (Start)
G.f.: (1+10*x-10*x^2)/((1-x)*(1-x-x^2)).
a(n) = A022116(n) - 1. (End)
a(n) = 2*F(n+2) + 9*F(n) - 1, where F = A000045. - G. C. Greubel, Aug 25 2017
a(n) = 2*a(n-1)-a(n-3). - Wesley Ivan Hurt, Apr 11 2022
MATHEMATICA
LinearRecurrence[{2, 0, -1}, {1, 12, 14}, 50] (* G. C. Greubel, Aug 25 2017 *)
PROG
(PARI) x='x+O('x^50); Vec((1+10*x-10*x^2)/((1-x)*(1-x-x^2))) \\ G. C. Greubel, Aug 25 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved