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!)
A355763 E.g.f. satisfies A(x)^2 * log(A(x)) = exp(x*A(x)) - 1. 2
1, 1, 0, 5, -13, 207, -1791, 28849, -438600, 8619291, -181134313, 4381744589, -115439041983, 3356162869607, -105668550658100, 3600058076291465, -131618721053773713, 5146452228945999699, -214171122214841864975, 9454288479242533668837 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
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: A124924 A209271 A352083 * A124878 A085554 A226664
KEYWORD
sign
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 May 8 10:35 EDT 2024. Contains 372332 sequences. (Running on oeis4.)