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!)
A370462 E.g.f. satisfies A(x) = log(1 + x)/(1 - A(x))^2. 2
0, 1, 3, 32, 506, 11254, 319486, 11063352, 452075928, 21295486272, 1136180493504, 67720154888352, 4459760039965248, 321592207168637664, 25201588848786782688, 2132592146864957906688, 193806614782424556184320, 18825630812739265968357120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (3*k-2)!/(2*k-1)! * Stirling1(n,k).
a(n) ~ n^(n-1) / (sqrt(2) * (exp(4/27) - 1)^(n - 1/2) * exp(n + 2/27)). - Vaclav Kotesovec, Mar 19 2024
MATHEMATICA
Table[Sum[(3*k - 2)!/(2*k - 1)!*StirlingS1[n, k], {k, 1, n}], {n, 0, 20}] (* Vaclav Kotesovec, Mar 19 2024 *)
PROG
(PARI) a(n) = sum(k=1, n, (3*k-2)!/(2*k-1)!*stirling(n, k, 1));
CROSSREFS
Sequence in context: A058479 A264334 A278069 * A295385 A331799 A129431
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 18 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 July 17 23:07 EDT 2024. Contains 374377 sequences. (Running on oeis4.)