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!)
A297009 Expansion of e.g.f. arcsin(x*exp(x)). 6
0, 1, 2, 4, 16, 104, 816, 7792, 89216, 1177920, 17603200, 294334976, 5442281472, 110221745152, 2426850793472, 57718658411520, 1474590580228096, 40274407232294912, 1171043235561185280, 36115912820342407168, 1177554628069200035840, 40471207964013864124416 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sqrt(1 + LambertW(1)) * n^(n-1) / (exp(n) * LambertW(1)^n). - Vaclav Kotesovec, Mar 26 2019
EXAMPLE
arcsin(x*exp(x)) = x^1/1! + 2*x^2/2! + 4*x^3/3! + 16*x^4/4! + 104*x^5/5! + 816*x^6/6! + ...
MAPLE
a:=series(arcsin(x*exp(x)), x=0, 22): seq(n!*coeff(a, x, n), n=0..21); # Paolo P. Lava, Mar 26 2019
MATHEMATICA
nmax = 21; CoefficientList[Series[ArcSin[x Exp[x]], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 21; CoefficientList[Series[-I Log[I x Exp[x] + Sqrt[1 - x^2 Exp[2 x]]], {x, 0, nmax}], x] Range[0, nmax]!
PROG
(PARI) first(n) = my(x='x+O('x^n)); Vec(serlaplace(asin(exp(x)*x)), -n) \\ Iain Fox, Dec 23 2017
CROSSREFS
Sequence in context: A308606 A066952 A281964 * A135249 A318154 A110365
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 23 2017
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 25 12:28 EDT 2024. Contains 371969 sequences. (Running on oeis4.)