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

A016261
Expansion of 1/((1-x)*(1-9*x)*(1-10*x)).
1
1, 20, 291, 3730, 44681, 513240, 5730271, 62683550, 675263061, 7188478660, 75807419051, 793377882570, 8251512054241, 85374719599280, 879483587504631, 9026463398652790, 92349281698986221, 942254646401987100, 9591402928728995011, 97433737469672066210
OFFSET
0,2
FORMULA
a(n) = (8*10^(n+2) - 9^(n+3) + 1)/72. - Bruno Berselli, Mar 21 2011
a(n) = 19*a(n-1) - 90*a(n-2) + 1, n >= 2. - Vincenzo Librandi, Mar 21 2011
MATHEMATICA
Table[(2^(n + 4)*5^(n + 1) - 9^(n + 2) + 1)/72, {n, 40}] (* or *) CoefficientList[Series[1/((1 - z) (1 - 9*z) (1 - 10*z)), {z, 0, 40}], z] (* Vladimir Joseph Stephan Orlovsky, Jul 21 2011 *)
CROSSREFS
Sequence in context: A017918 A329710 A125477 * A016309 A190824 A016259
KEYWORD
nonn
STATUS
approved