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!)
A357147 a(n) = n! * Sum_{k=0..floor(n/3)} (n - 3*k)^(3*k)/(n - 3*k)!. 2
1, 1, 1, 1, 25, 481, 3241, 18481, 1332241, 44198785, 623190961, 15416707681, 1602405014761, 68167258954081, 1598025440555545, 134130467333575441, 14793638741719612321, 730659540435131811841, 34674365632872552887521, 5776415685538277157146305 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
E.g.f.: Sum_{k>=0} x^k / (k! * (1 - (k*x)^3)).
PROG
(PARI) a(n) = n!*sum(k=0, n\3, (n-3*k)^(3*k)/(n-3*k)!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, x^k/(k!*(1-(k*x)^3)))))
CROSSREFS
Sequence in context: A089386 A014927 A059946 * A118445 A000497 A353116
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 15 2022
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 6 02:22 EDT 2024. Contains 372290 sequences. (Running on oeis4.)