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!)
A024114 Expansion of 1/((1-x)(1-6x)(1-8x)(1-12x)). 1
1, 27, 487, 7407, 102943, 1357119, 17315839, 216369279, 2667080575, 32582253951, 395677903231, 4786097041791, 57739474264447, 695339842109823, 8363901349806463, 100525966375567743, 1207588183261823359 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (35*12^(n+3) - 165*8^(n+3) + 154*6^(n+3) - 24)/9240. [Yahia Kahloune, Jun 27 2013]
a(0)=1, a(1)=27, a(2)=487, a(3)=7407; for n>3, a(n) = 27*a(n-1) -242*a(n-2) +792*a(n-3) -576*a(n-4). - Vincenzo Librandi, Jul 16 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - x) (1 - 6 x) (1 - 8 x) (1 - 12 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 16 2013 *)
LinearRecurrence[{27, -242, 792, -576}, {1, 27, 487, 7407}, 20] (* Harvey P. Dale, Jan 25 2019 *)
PROG
(Magma) m:=25; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x)*(1-6*x)*(1-8*x)*(1-12*x)))); /* or */ I:=[1, 27, 487, 7407]; [n le 4 select I[n] else 27*Self(n-1)-242*Self(n-2)+792*Self(n-3)-576*Self(n-4): n in [1..25]]; // Vincenzo Librandi, Jul 16 2013
CROSSREFS
Sequence in context: A025983 A081139 A020976 * A025982 A042408 A023946
KEYWORD
nonn,easy
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 21:33 EDT 2024. Contains 372533 sequences. (Running on oeis4.)