[go: up one dir, main page]

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

A025982
Expansion of 1/((1-2x)(1-4x)(1-9x)(1-12x)).
0
1, 27, 487, 7431, 103951, 1382439, 17812639, 224794647, 2797053391, 34460823111, 421597615231, 5131789410423, 62235068724271, 752703321093543, 9085382857597663, 109501083478899159, 1318301413026203791
OFFSET
0,2
FORMULA
a(0)=1, a(1)=27, a(2)=487, a(3)=7431, a(n)=27*a(n-1)-242*a(n-2)+ 816*a(n-3)- 864*a(n-4) -- From Harvey P. Dale, Jul 21 2012
a(n) = -2*2^n/35 +4*4^n/5 -243*9^n/35 +36*12^n/5. R. J. Mathar, Jun 20 2013
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-4x)(1-9x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{27, -242, 816, -864}, {1, 27, 487, 7431}, 30] (* Harvey P. Dale, Jul 21 2012 *)
CROSSREFS
Sequence in context: A081139 A020976 A024114 * A042408 A023946 A020971
KEYWORD
nonn
AUTHOR
STATUS
approved