login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
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 December 4 06:57 EST 2023. Contains 367557 sequences. (Running on oeis4.)