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!)
A371315 E.g.f. satisfies A(x) = -log(1 - x)/(1 - A(x))^3. 1
0, 1, 7, 110, 2796, 98754, 4469334, 246741984, 16079405784, 1208082769560, 102810760773096, 9774841791650880, 1026870593449179264, 118121793328191431232, 14766518531481521488704, 1993367920121834019649920, 288988424345833831094150016 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=1..n} (4*k-2)!/(3*k-1)! * |Stirling1(n,k)|.
PROG
(PARI) a(n) = sum(k=1, n, (4*k-2)!/(3*k-1)!*abs(stirling(n, k, 1)));
CROSSREFS
Cf. A370463.
Sequence in context: A101924 A171193 A357393 * A212371 A112463 A009471
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 June 3 03:48 EDT 2024. Contains 373054 sequences. (Running on oeis4.)