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

A028155
Expansion of 1/((1-4x)(1-8x)(1-9x)(1-10x)).
0
1, 31, 611, 9779, 138747, 1820595, 22624267, 270185443, 3130828283, 35437220819, 393679085163, 4307728419267, 46553144477659, 497913631860403, 5279371826945099, 55566205514956451, 581177386017567675
OFFSET
0,2
FORMULA
a(n)=(10^(n+4)-24*9^(n+3)+15*8^(n+3)-4^(n+3))/120. [Yahia Kahloune, Jun 04 2013]
MATHEMATICA
CoefficientList[Series[1/((1-4x)(1-8x)(1-9x)(1-10x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{31, -350, 1688, -2880}, {1, 31, 611, 9779}, 20] (* Harvey P. Dale, Jun 21 2021 *)
CROSSREFS
Sequence in context: A028184 A215794 A028182 * A028175 A028150 A028173
KEYWORD
nonn
AUTHOR
STATUS
approved