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.: x*(12-11*x)/( (1-x)*(1-x-x^2) ).
a(n) = A022103(n) - 1. (End)
a(n) = F(n+2) + 11*F(n) - 1, where F = A000045. - G. C. Greubel, Aug 25 2017
MATHEMATICA
LinearRecurrence[{2, 0, -1}, {0, 12, 13}, 50] (* G. C. Greubel, Aug 25 2017 *)
PROG
(PARI) x='x+O('x^50); concat([0], Vec(x*(12-11*x)/( (1-x)*(1-x-x^2) ))) \\ G. C. Greubel, Aug 25 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved