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

A025998
Expansion of 1/((1-2x)(1-5x)(1-8x)(1-10x)).
0
1, 25, 409, 5565, 68481, 792645, 8815129, 95390845, 1012475761, 10596550965, 109756131849, 1127967674925, 11523334499041, 117184641488485, 1187466959384569, 11999684812451805, 120997224186474321
OFFSET
0,2
FORMULA
a(n) = -2^n/18 +25*5^n/9 -128*8^n/9 +25*10^n/2. R. J. Mathar, Jun 20 2013
a(0)=1, a(1)=25, a(2)=409, a(3)=5565, a(n)=25*a(n-1)-216*a(n-2)+740*a(n-3)-800*a(n-4). - Harvey P. Dale, Aug 25 2014
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-5x)(1-8x)(1-10x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{25, -216, 740, -800}, {1, 25, 409, 5565}, 20] (* Harvey P. Dale, Aug 25 2014 *)
CROSSREFS
Sequence in context: A028044 A028057 A260953 * A024437 A028041 A025995
KEYWORD
nonn
AUTHOR
STATUS
approved