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!)
A371045 E.g.f. satisfies A(x) = 1 + x^3*A(x)*exp(x*A(x)). 2
1, 0, 0, 6, 24, 60, 840, 15330, 161616, 1572984, 29031120, 636008670, 11426850600, 210095235636, 5137568918664, 139255673359530, 3574532174656800, 95923063388359920, 2974073508961556256, 98747639807081454774, 3287535337205171488440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} k^(n-3*k) * binomial(n-2*k+1,k)/( (n-2*k+1)*(n-3*k)! ).
PROG
(PARI) a(n) = n!*sum(k=0, n\3, k^(n-3*k)*binomial(n-2*k+1, k)/((n-2*k+1)*(n-3*k)!));
CROSSREFS
Cf. A365285.
Sequence in context: A366546 A272951 A358081 * A371159 A371199 A362703
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 09 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 May 21 12:49 EDT 2024. Contains 372736 sequences. (Running on oeis4.)