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!)
A365285 E.g.f. satisfies A(x) = 1 + x*A(x)*exp(x^3*A(x)). 4
1, 1, 2, 6, 48, 480, 5040, 57960, 806400, 13426560, 250992000, 5102697600, 113283878400, 2760905347200, 73287883468800, 2093750122464000, 63947194517606400, 2082970788291993600, 72182922107859763200, 2651026034089585152000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} (n-3*k)^k * binomial(n-2*k+1,n-3*k)/( (n-2*k+1)*k! ).
PROG
(PARI) a(n) = n!*sum(k=0, n\3, (n-3*k)^k*binomial(n-2*k+1, n-3*k)/((n-2*k+1)*k!));
CROSSREFS
Cf. A365282.
Sequence in context: A249786 A292934 A195203 * A052743 A052587 A052735
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 31 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 August 8 04:35 EDT 2024. Contains 375018 sequences. (Running on oeis4.)