OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (10,2).
FORMULA
G.f.: -x /(-1 + 10*x + 2*x^2). - R. J. Mathar, Nov 21 2011
MATHEMATICA
LinearRecurrence[{10, 2}, {0, 1}, 50]
PROG
(Magma) I:=[0, 1]; [n le 2 select I[n] else 10*Self(n-1)+2*Self(n-2): n in [1..50]]; // Vincenzo Librandi, Feb 20 2012
(PARI) Vec(x/(1-10*x-2*x^2)+O(x^99)) \\ Charles R Greathouse IV, Feb 20 2012
CROSSREFS
KEYWORD
nonn,easy,less
AUTHOR
Vladimir Joseph Stephan Orlovsky, May 24 2011
STATUS
approved