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!)
A361547 Expansion of e.g.f. exp(x^5/(120 * (1-x))). 2
1, 0, 0, 0, 0, 1, 6, 42, 336, 3024, 30366, 335412, 4041576, 52756704, 741620880, 11169844686, 179448036768, 3063069801792, 55360031126400, 1056123043335360, 21208345049147256, 447183762148547424, 9877939209960101280, 228112734232663600320 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = 2*(n-1) * a(n-1) - (n-1)*(n-2) * a(n-2) + binomial(n-1,4) * a(n-5) - 4*binomial(n-1,5) * a(n-6) for n > 5.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x^5/(120*(1-x)))))
CROSSREFS
Sequence in context: A262671 A029588 A001725 * A123510 A265871 A132804
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 15 2023
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 28 16:36 EDT 2024. Contains 372916 sequences. (Running on oeis4.)