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!)
A355764 E.g.f. satisfies log(A(x)) = (1 - exp(-x*A(x))) * A(x)^2. 0
1, 1, 6, 77, 1533, 41547, 1427789, 59501185, 2916185862, 164377512831, 10477134939301, 745130845917317, 58499605416732225, 5025399546258317683, 468897159717886522970, 47222645752129576973609, 5105611277081800029406545, 589843003782904742592169479 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * (n+2*k+1)^(k-1) * Stirling2(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*(n+2*k+1)^(k-1)*stirling(n, k, 2));
CROSSREFS
Sequence in context: A215551 A154645 A299434 * A301834 A366540 A030641
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 16 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 31 00:13 EDT 2024. Contains 375550 sequences. (Running on oeis4.)