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!)
A357350 E.g.f. satisfies A(x) = log(1 + x * exp(A(x))) * exp(2 * A(x)). 4
0, 1, 5, 62, 1210, 32464, 1109988, 46159364, 2261784880, 127625290704, 8150589862080, 581192861530368, 45772039038334464, 3945903751253912928, 369585982325018567808, 37372951572516507717120, 4057994343926975346772992, 470900282395259211311765760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (n+2*k)^(k-1) * Stirling1(n,k).
PROG
(PARI) a(n) = sum(k=1, n, (n+2*k)^(k-1)*stirling(n, k, 1));
CROSSREFS
Cf. A162656.
Sequence in context: A092823 A152031 A302181 * A360345 A371370 A307783
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 25 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 8 01:56 EDT 2024. Contains 375018 sequences. (Running on oeis4.)