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!)
A333044 Exponential self-convolution of A232690. 0
1, 2, 6, 26, 146, 1014, 8374, 80282, 875874, 10719734, 145422182, 2166117018, 35143677106, 616926078326, 11650276119702, 235510563023642, 5074238094097538, 116081921186069622, 2810093148179120710, 71767508789469271322, 1928439105298059705042 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f. satisfies: A(x) = exp(2/sqrt(A(x)) * Integral A(x)^(3/2) dx).
E.g.f. LambertW(-1, (4*x-3)*exp(-3))/(4*x-3).
a(n) = Sum_{k=0..n} binomial(n,k) * A232690(k) * A232690(n-k).
EXAMPLE
E.g.f.: A(x) = 1 + 2*x + 6*x^2/2! + 26*x^3/3! + 146*x^4/4! + 1014*x^5/5! + ...
MATHEMATICA
CoefficientList[Simplify[Assuming[Element[x, Reals], Series[LambertW[-1, (4*x - 3)*E^(-3)]/(4*x - 3), {x, 0, 20}]]], x] * Range[0, 20]!
PROG
(PARI) {a(n)=my(A = 1+2*x); for(i=1, n, A = exp(2/sqrt(A)*intformal(A^(3/2) + x*O(x^n)))); n!*polcoeff(A, n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Cf. A232690.
Sequence in context: A127116 A107404 A120574 * A178324 A002710 A132609
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Mar 06 2020
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 April 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)