[go: up one dir, main page]

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

A016195
a(n) = 11^n - 10^n.
5
0, 1, 21, 331, 4641, 61051, 771561, 9487171, 114358881, 1357947691, 15937424601, 185311670611, 2138428376721, 24522712143931, 279749833583241, 3177248169415651, 35949729863572161, 405447028499293771
OFFSET
0,3
FORMULA
G.f.: x/((1-10x)(1-11x)).
E.g.f.: e^(11*x) - e^(10*x). - Mohammad K. Azarian, Jan 14 2009
a(n) = 11*a(n-1) + 10^(n-1), a(0)=0. - Vincenzo Librandi, Feb 09 2011
a(n) = 21*a(n-1) - 110*a(n-2), a(0)=0, a(1)=1. - Vincenzo Librandi, Feb 09 2011
MATHEMATICA
f[n_]:=11^n-10^n; f[Range[0, 40]] (* Vladimir Joseph Stephan Orlovsky, Feb 14 2011 *)
CROSSREFS
Sequence in context: A016260 A011810 A091947 * A322540 A016191 A297336
KEYWORD
nonn
STATUS
approved