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”).

A199684
a(n) = 4*10^n+1.
4
5, 41, 401, 4001, 40001, 400001, 4000001, 40000001, 400000001, 4000000001, 40000000001, 400000000001, 4000000000001, 40000000000001, 400000000000001, 4000000000000001, 40000000000000001, 400000000000000001, 4000000000000000001
OFFSET
0,1
FORMULA
a(n) = 10*a(n-1)-9.
a(n) = 11*a(n-1)-10*a(n-2).
G.f.: (5-14*x)/((1-x)*(1-10*x)).
E.g.f.: exp(x) + 4*exp(10*x). - Stefano Spezia, Oct 20 2022
PROG
(Magma) [4*10^n+1: n in [0..30]];
CROSSREFS
Sequence in context: A156153 A026000 A058475 * A177506 A064087 A329123
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 09 2011
STATUS
approved