The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A366729 E.g.f. satisfies A(x) = 1 + log(1 + x*A(x)^2)/A(x). 2
1, 1, 1, -4, -36, 14, 3100, 22112, -374640, -9520320, 9674808, 4085208192, 55207595520, -1640647901088, -69445046214336, 103240707929088, 71686341699216384, 1439635203885275136, -60449514895261440000, -3608840044036879934976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..n} (2*n-k)!/(2*n-2*k+1)! * Stirling1(n,k).
PROG
(PARI) a(n) = sum(k=0, n, (2*n-k)!/(2*n-2*k+1)!*stirling(n, k, 1));
CROSSREFS
Sequence in context: A110219 A174413 A162990 * A092960 A323515 A144153
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 08 2023
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 18 16:58 EDT 2024. Contains 372664 sequences. (Running on oeis4.)