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!)
A349600 E.g.f. satisfies: A(x)^A(x) = 1 + x*A(x)^2. 3
1, 1, 2, 3, -20, -320, -2274, 5474, 487432, 8358480, 37944240, -2286868848, -81319780200, -1139790073968, 18382692073032, 1570867988794680, 42704382709868736, 55662087673489920, -49662902468183117760, -2360239974764654675904, -38098700311039336972800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (2*n-k+1)^(k-1) * Stirling1(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (2*n-k+1)^(k-1)*stirling(n, k, 1));
CROSSREFS
Sequence in context: A361028 A177946 A006246 * A110372 A292866 A132421
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 22 2021
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 24 19:56 EDT 2024. Contains 371963 sequences. (Running on oeis4.)