OFFSET
0,2
COMMENTS
Related to backward decimal expansion of fraction 1/79 and Pell numbers. [In which way? - Joerg Arndt, May 17 2011]
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..150
Index entries for linear recurrences with constant coefficients, signature (81,-80).
FORMULA
a(n) = 80*a(n-1) + 1.
a(n) = (80^(n+1)-1)/79.
G.f.: 1/((1-80*x)*(1-x)).
MATHEMATICA
Accumulate[80^Range[0, 20]] (* Harvey P. Dale, Aug 11 2014 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mark Dols, May 29 2010
STATUS
approved