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!)
A371316 E.g.f. satisfies A(x) = (exp(x) - 1)/(1 - A(x))^2. 1
0, 1, 5, 55, 1001, 25471, 832265, 33209695, 1565233241, 85089724831, 5241027586025, 360724089079135, 27436914192242681, 2285358551395272991, 206893372546088226185, 20226992715373747441375, 2123855112711652849031321, 238375283773978224211297951 (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)! * Stirling2(n,k).
a(n) ~ sqrt(31) * n^(n-1) / (sqrt(2) * 3^(3/2) * log(31/27)^(n - 1/2) * exp(n)). - Vaclav Kotesovec, Mar 19 2024
MATHEMATICA
Table[Sum[(3*k-2)!/(2*k-1)! * StirlingS2[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, 2));
CROSSREFS
Sequence in context: A141361 A203013 A266481 * A006150 A140049 A300589
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 May 4 07:16 EDT 2024. Contains 372230 sequences. (Running on oeis4.)