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

A028065
Expansion of 1/((1-3x)(1-5x)(1-8x)(1-10x)).
0
1, 26, 437, 6058, 75525, 882258, 9876613, 107390426, 1143865349, 12003195490, 124572616389, 1282173260394, 13113918930373, 133479729281522, 1353536864252165, 13685361486439162, 138053939020888197
OFFSET
0,2
FORMULA
a(n)=(3*10^(n+3)-7*8^(n+3)+7*5^(n+3)-3^(n+4))/210. [Yahia Kahloune, Jun 08 2013]
a(0)=1, a(1)=26, a(2)=437, a(3)=6058, a(n)=26*a(n-1)-239*a(n-2)+ 910*a(n-3)- 1200*a(n-4). - Harvey P. Dale, Nov 03 2015
MATHEMATICA
CoefficientList[Series[1/((1-3x)(1-5x)(1-8x)(1-10x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{26, -239, 910, -1200}, {1, 26, 437, 6058}, 30] (* Harvey P. Dale, Nov 03 2015 *)
CROSSREFS
Sequence in context: A028117 A028076 A028005 * A028113 A026562 A028062
KEYWORD
nonn
AUTHOR
STATUS
approved