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!)
A364981 E.g.f. satisfies A(x) = 1 + x*A(x)*exp(x*A(x)^3). 3
1, 1, 4, 39, 580, 11685, 298566, 9248701, 336886936, 14112113049, 668422303210, 35325208755441, 2060811941835780, 131547166492534117, 9120279070776381886, 682489450793082237285, 54828316394224735284016, 4706545644403274325580593 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} k^(n-k) * binomial(3*n-2*k+1,k)/( (3*n-2*k+1)*(n-k)! ).
a(n) ~ sqrt((1 + r*s^3)/(12*s + 9*r*s^4)) * n^(n-1) / (exp(n) * r^(n + 1/2)), where r = 0.1811100305436879929789759231994897963241226689807... and s = 1.522012903517407628213363540403002787906223513104... are real roots of the system of equations 1 + exp(r*s^3)*r*s = s, 3*r*s^3*(s-1) = 1. - Vaclav Kotesovec, Nov 18 2023
MATHEMATICA
Join[{1}, Table[n! * Sum[k^(n-k) * Binomial[3*n-2*k+1, k] / ((3*n-2*k+1)*(n-k)!), {k, 0, n}], {n, 1, 20}]] (* Vaclav Kotesovec, Nov 18 2023 *)
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(n-k)*binomial(3*n-2*k+1, k)/((3*n-2*k+1)*(n-k)!));
CROSSREFS
Sequence in context: A323323 A300188 A177775 * A192935 A365010 A024055
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 15 2023
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 14 23:14 EDT 2024. Contains 375171 sequences. (Running on oeis4.)