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!)
A357091 E.g.f. satisfies A(x) = 1/(1 - x * A(x))^(log(1 - x * A(x))^2 * A(x)). 1
1, 0, 0, 6, 36, 210, 4590, 85344, 1353912, 30525384, 836587440, 22585438656, 676820305656, 23377203675072, 857981143380816, 33416782099297344, 1417453025671696320, 64371985604089220160, 3086958605328618687360, 157142856384519974847360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f. satisfies log(A(x)) = -log(1 - x * A(x))^3 * A(x).
a(n) = Sum_{k=0..floor(n/3)} (3*k)! * (n+k+1)^(k-1) * |Stirling1(n,3*k)|/k!.
PROG
(PARI) a(n) = sum(k=0, n\3, (3*k)!*(n+k+1)^(k-1)*abs(stirling(n, 3*k, 1))/k!);
CROSSREFS
Cf. A357029.
Sequence in context: A357093 A357029 A358859 * A268454 A171280 A250348
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 11 2022
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 14 23:22 EDT 2024. Contains 372535 sequences. (Running on oeis4.)