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!)
A259647 Expansion of exp(x*arcsin(x)) (even powers only). 3
1, 2, 16, 294, 10424, 635130, 60535212, 8378845734, 1591416365520, 397329777218034, 126160335768212820, 49635257475383554590, 23694522124288261524984, 13490127107426613875639850, 9029074877857980800375629500, 7018229497764789751949369835030 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (2*n)! * exp(Pi/2) / (2*sqrt(Pi)*n^(3/2)).
MATHEMATICA
nmax=20; Table[(CoefficientList[Series[E^(x*ArcSin[x]), {x, 0, 2*nmax}], x] * Range[0, 2*nmax]!)[[2*n+1]], {n, 0, nmax}]
CROSSREFS
Sequence in context: A189611 A189689 A188740 * A188985 A362734 A009250
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 02 2015
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 2 17:30 EDT 2024. Contains 372198 sequences. (Running on oeis4.)