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!)
A357086 E.g.f. satisfies A(x) * log(A(x)) = (exp(x*A(x)) - 1)^2. 1
1, 0, 2, 6, 50, 510, 5882, 88326, 1502258, 29368590, 650366762, 15974149686, 433095937826, 12829712583870, 412295632858202, 14292175302568806, 531485147656990994, 21107739762958541550, 891673745283286886282, 39923664347178352362006 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} (2*k)! * (n-k+1)^(k-1) * Stirling2(n,2*k)/k!.
PROG
(PARI) a(n) = sum(k=0, n\2, (2*k)!*(n-k+1)^(k-1)*stirling(n, 2*k, 2)/k!);
CROSSREFS
Sequence in context: A079835 A357009 A177454 * A052332 A238596 A134047
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 11 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 July 12 22:19 EDT 2024. Contains 374257 sequences. (Running on oeis4.)