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!)
A355762 E.g.f. satisfies log(A(x)) = (exp(x*A(x)) - 1) * A(x)^2. 4
1, 1, 8, 125, 2987, 96727, 3963841, 196769897, 11480304448, 770031502467, 58386951857583, 4938864464154469, 461111056016847137, 47101341445053180079, 5225323162578044669492, 625646891309723527419137, 80416734865584980392853799, 11044230667889978466327860347 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (n+2*k+1)^(k-1) * Stirling2(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (n+2*k+1)^(k-1)*stirling(n, k, 2));
CROSSREFS
Sequence in context: A110272 A215040 A033536 * A215793 A273279 A227851
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 April 29 09:42 EDT 2024. Contains 372113 sequences. (Running on oeis4.)