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

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A299074 Expansion of 1/((1-x)*(1-2*x)*(1-6*x)*(1-24*x)). 1
1, 33, 853, 20853, 502789, 12080901, 290025541, 6961116741, 167069824837, 4009693935429, 96232763288389, 2309586971953989, 55430091245099845, 1330322213391637317, 31927733262454774597, 766265599145247529797, 18390374384563938483013, 441368985260002510461765 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
O.g.f.: 1/((1 - x)*(1 - 2*x)(1 - 6*x)*(1 - 24*x)).
From Colin Barker, Feb 02 2018: (Start)
a(n) = (-11 + 115*2^n - 759*6^n + 1920*24^n) / 1265.
a(n) = 33*a(n-1) - 236*a(n-2) + 492*a(n-3) - 288*a(n-4) for n>3. (End)
PROG
(PARI) N=66; x='x+O('x^N); Vec(1/prod(k=1, 4, (1-k!*x)))
(PARI) Vec(1/((1 - x)*(1 - 2*x)*(1 - 6*x)*(1 - 24*x)) + O(x^20)) \\ Colin Barker, Feb 02 2018
CROSSREFS
Sequence in context: A051565 A014931 A197358 * A101632 A159675 A162837
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Feb 02 2018
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 December 4 08:19 EST 2023. Contains 367557 sequences. (Running on oeis4.)