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

A025993
Expansion of 1/((1-2x)(1-5x)(1-7x)(1-9x)).
0
1, 23, 344, 4258, 47487, 496725, 4981918, 48547136, 463544213, 4361492707, 40596873252, 374857310334, 3440520848779, 31434357529169, 286207079508746, 2598999610410652, 23553202070626785, 213115529239825311
OFFSET
0,2
FORMULA
a(n) = -8*2^n/105 +125*5^n/24 -343*7^n/20 +729*9^n/56. R. J. Mathar, Jun 20 2013
a(0)=1, a(1)=23, a(2)=344, a(3)=4258, a(n)=23*a(n-1)-185*a(n-2)+ 601*a(n-3)- 630*a(n-4). - Harvey P. Dale, Jul 04 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-5x)(1-7x)(1-9x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{23, -185, 601, -630}, {1, 23, 344, 4258}, 30] (* Harvey P. Dale, Jul 04 2013 *)
CROSSREFS
Sequence in context: A026324 A028039 A002118 * A111875 A028035 A077309
KEYWORD
nonn
AUTHOR
STATUS
approved