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!)
A356882 E.g.f. satisfies: A(x) * log(A(x)) = x * (exp(x*A(x)) - 1). 1
1, 0, 2, 3, 16, 125, 756, 7567, 85968, 994905, 14373460, 225366251, 3800667960, 72169966453, 1469546796732, 32150706096615, 760806334538656, 19142440567996721, 512272692571487652, 14560087915617858883, 436598686303562722440, 13796641165956117509901 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} (n-2*k+1)^(k-1) * Stirling2(n-k,k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, (n-2*k+1)^(k-1)*stirling(n-k, k, 2)/(n-k)!);
CROSSREFS
Cf. A349588.
Sequence in context: A067848 A269067 A370201 * A139802 A292207 A063666
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 02 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 17 05:44 EDT 2024. Contains 375200 sequences. (Running on oeis4.)