login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A199310
7*5^n+1.
1
8, 36, 176, 876, 4376, 21876, 109376, 546876, 2734376, 13671876, 68359376, 341796876, 1708984376, 8544921876, 42724609376, 213623046876, 1068115234376, 5340576171876, 26702880859376, 133514404296876, 667572021484376
OFFSET
0,1
FORMULA
a(n) = 5*a(n-1)-4.
a(n) = 6*a(n-1)-5*a(n-2).
G.f.: (8-12*x)/((1-x)*(1-5*x)).
PROG
(Magma) [7*5^n+1: n in [0..30]];
CROSSREFS
Sequence in context: A014347 A200053 A164545 * A316107 A054627 A019022
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 05 2011
STATUS
approved