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!)
A371019 Expansion of e.g.f. (1/x) * Series_Reversion( x/(1 + x^3*exp(x)) ). 6
1, 0, 0, 6, 24, 60, 2280, 35490, 322896, 6532344, 175392720, 3351681630, 74021715240, 2328376978356, 68824597123464, 1989994550546730, 69687384248405280, 2634948077918611440, 98220733842576688416, 3966108617957749165494, 175679596523004500742840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (n!/(n+1)) * Sum_{k=0..floor(n/3)} k^(n-3*k) * binomial(n+1,k)/(n-3*k)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(serreverse(x/(1+x^3*exp(x)))/x))
(PARI) a(n) = n!*sum(k=0, n\3, k^(n-3*k)*binomial(n+1, k)/(n-3*k)!)/(n+1);
CROSSREFS
Cf. A365287.
Sequence in context: A371199 A362703 A371046 * A370985 A101854 A273358
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 08 2024
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 August 22 05:29 EDT 2024. Contains 375356 sequences. (Running on oeis4.)