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!)
A370922 E.g.f. satisfies A(x) = log(1 + x/(1 - A(x)))/(1 - A(x)). 8
0, 1, 3, 29, 444, 9454, 257822, 8576504, 336770592, 15246592440, 781883091672, 44797478362680, 2836034500712256, 196601715537070752, 14811696896760459264, 1205008924460733794688, 105284627507520312994560, 9832559605580777568425856 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (n+2*k-2)!/(n+k-1)! * Stirling1(n,k).
PROG
(PARI) a(n) = sum(k=1, n, (n+2*k-2)!/(n+k-1)!*stirling(n, k, 1));
CROSSREFS
Sequence in context: A335867 A371652 A302923 * A366005 A326433 A113871
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 19 2024
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 2 18:49 EDT 2024. Contains 374854 sequences. (Running on oeis4.)