OFFSET
1,1
COMMENTS
All terms are multiples of 29718.
LINKS
Colin Barker, Table of n, a(n) for n = 1..100
Index entries for linear recurrences with constant coefficients, signature (3532638098,-1).
FORMULA
a(n) = 3532638098*a(n-1)-a(n-2).
G.f.: 29718*x*(x+1) / (x^2-3532638098*x+1).
PROG
(PARI) Vec(29718*x*(x+1)/(x^2-3532638098*x+1) + O(x^20))
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Aug 25 2013
STATUS
approved