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!)
A021674 Expansion of 1/((1-x)(1-3x)(1-8x)(1-12x)). 1
1, 24, 397, 5676, 75529, 966048, 12071269, 148688052, 1814929057, 22024557672, 266258052541, 3210803780028, 38655303353785, 464868906584496, 5586469016901013, 67101965327432004, 805738280990712913 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1-x)*(1-3*x)*(1-8*x)*(1-12*x)).
a(n) = -1/154 +3^(n+1)/10 -2^(3n+7)/35 +2^(2n+4)*3^(n+1)/11. [Bruno Berselli, May 07 2013]
MATHEMATICA
CoefficientList[Series[1/((1 - x) (1 - 3 x) (1 - 8 x) (1 - 12 x)), {x, 0, 20}], x] (* Bruno Berselli, May 07 2013 *)
LinearRecurrence[{24, -179, 444, -288}, {1, 24, 397, 5676}, 20] (* Harvey P. Dale, Oct 16 2020 *)
PROG
(PARI) Vec(1/((1-x)*(1-3*x)*(1-8*x)*(1-12*x))+O(x^20)) \\ Bruno Berselli, May 07 2013
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x)*(1-3*x)*(1-8*x)*(1-12*x)))); // Bruno Berselli, May 07 2013
CROSSREFS
Cf. A018071 (first differences).
Sequence in context: A021694 A019687 A020341 * A019677 A021314 A018206
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 12:38 EDT 2024. Contains 372533 sequences. (Running on oeis4.)