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!)
A356962 E.g.f. satisfies log(A(x)) = x^2/2 * (exp(x*A(x)) - 1) * A(x). 3
1, 0, 0, 3, 6, 10, 465, 3801, 20608, 461196, 7609185, 85446955, 1661943756, 38070386718, 692342989429, 15023805426735, 404978989779120, 10131679290423736, 264474729910772433, 8059571860456028835, 249785940327179846500, 7837578968934515202570 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} (n-k+1)^(k-1) * Stirling2(n-2*k,k)/(2^k * (n-2*k)!).
PROG
(PARI) a(n) = n!*sum(k=0, n\3, (n-k+1)^(k-1)*stirling(n-2*k, k, 2)/(2^k*(n-2*k)!));
CROSSREFS
Sequence in context: A355181 A356951 A355179 * A370991 A077170 A083462
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 2 01:30 EDT 2024. Contains 374819 sequences. (Running on oeis4.)