login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A021894
Expansion of 1/((1-x)(1-4x)(1-7x)(1-12x)).
2
1, 24, 393, 5536, 72513, 914088, 11282041, 137597232, 1666743345, 20110305592, 242090763369, 2910464426688, 34963222353697, 419822302356936, 5039713424985177, 60489483108391504, 725964257087306769
OFFSET
0,2
FORMULA
a(n) = (9*12^(n+3) - 44*7^(n+3) + 55*4^(n+3) - 20)/3960. - Yahia Kahloune, Jul 05 2013
a(n) = 24*a(n-1) - 183*a(n-2) + 496*a(n-3) - 336*a(n-4) for n > 3. - Chai Wah Wu, Feb 03 2021
MATHEMATICA
CoefficientList[Series[1 / ((1 - x) (1 - 4 x) (1 - 7 x) (1 - 12 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 11 2013 *)
LinearRecurrence[{24, -183, 496, -336}, {1, 24, 393, 5536}, 20] (* Harvey P. Dale, Apr 14 2023 *)
CROSSREFS
Cf. A019628 (first differences).
Sequence in context: A007752 A145602 A020447 * A021694 A019687 A020341
KEYWORD
nonn,easy
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 05:40 EDT 2024. Contains 376016 sequences. (Running on oeis4.)