The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 20:02 EDT 2024. Contains 372533 sequences. (Running on oeis4.)