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!)
A012600 E.g.f.: arcsin(arcsinh(x)*arcsin(x)) = 2/2!*x^2+208/6!*x^6+680832/10!*x^10... 1
2, 208, 680832, 13382891520, 900036879360000, 154882202019677798400, 57048038229121314631188480, 39842938883822751996178291752960, 48329392241807199563371957327138652160, 95258638419599144345659651051786276479959040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = (4*n+2)! * [2^(4*n+2)] arcsin(arcsinh(x)*arcsin(x)).
MAPLE
b:= n-> n!* coeff(series(arcsin(arcsinh(x)*arcsin(x)), x, n+1 ), x, n):
a:= n-> b(4*n+2):
seq (a(n), n=0..10); # Alois P. Heinz, Aug 20 2012
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[ArcSin[ArcSinh[x]ArcSin[x]], {x, 0, nn}], x]Range[0, nn-2]!, {3, -1, 4}]] (* Harvey P. Dale, Aug 20 2012 *)
CROSSREFS
Sequence in context: A363461 A281126 A220940 * A157479 A355904 A092700
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from and definition clarified by Harvey P. Dale, Aug 20 2012
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.)