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

A025970
Expansion of 1/((1-2x)(1-4x)(1-6x)(1-12x)).
0
1, 24, 388, 5376, 69328, 862848, 10547776, 127767552, 1540506880, 18530383872, 222632510464, 2673205936128, 32088199647232, 385116900458496, 4621754370506752, 55463163983560704, 665570645617475584
OFFSET
0,2
FORMULA
a(n) = -2^n/10 +2*4^n/1 -9*6^n/2 +18*12^n/5. R. J. Mathar, Jun 20 2013
a(0)=1, a(1)=24, a(2)=388, a(3)=5376, a(n)=24*a(n-1)-188*a(n-2)+ 576*a(n-3)- 576*a(n-4). - Harvey P. Dale, May 24 2015
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-4x)(1-6x)(1-12x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{24, -188, 576, -576}, {1, 24, 388, 5376}, 20] (* Harvey P. Dale, May 24 2015 *)
CROSSREFS
Sequence in context: A021954 A025950 A020584 * A021924 A020494 A020573
KEYWORD
nonn
AUTHOR
STATUS
approved