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

A028006
Expansion of 1/((1-2x)(1-7x)(1-8x)(1-10x)).
0
1, 27, 473, 6831, 88473, 1069551, 12338761, 137686527, 1499327225, 16029462735, 168979616169, 1762044328863, 18217806426457, 187092613978479, 1911192049791497, 19440694364069439, 197083660672701369, 1992576025702599183, 20101955387867645545
OFFSET
0,2
FORMULA
a(n) = (5*10^(n+3)-20*8^(n+3)+16*7^(n+3)-2^(n+3))/240. - Yahia Kahloune, Jun 05 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-7x)(1-8x)(1-10x)), {x, 0, 20}], x] (* Harvey P. Dale, Mar 17 2019 *)
CROSSREFS
Sequence in context: A028118 A028068 A028077 * A028066 A026795 A028114
KEYWORD
nonn
AUTHOR
STATUS
approved