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!)
A356968 E.g.f. satisfies A(x) = 1/(1 - x * A(x))^(x^3/6 * A(x)). 3
1, 0, 0, 0, 4, 10, 40, 210, 4144, 40320, 409800, 4527600, 72552480, 1170449280, 19489513680, 338983444800, 6672681818880, 141166715289600, 3149324442700800, 73497460049395200, 1825098639493104000, 47984287767342796800, 1326460667797094860800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/4)} (n-2*k+1)^(k-1) * |Stirling1(n-3*k,k)|/(6^k * (n-3*k)!).
PROG
(PARI) a(n) = n!*sum(k=0, n\4, (n-2*k+1)^(k-1)*abs(stirling(n-3*k, k, 1))/(6^k*(n-3*k)!));
CROSSREFS
Sequence in context: A351506 A355995 A356753 * A370997 A355993 A220817
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 06 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 August 12 10:13 EDT 2024. Contains 375092 sequences. (Running on oeis4.)