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!)
A012347 tanh(arcsin(x)*arcsin(x))=2/2!*x^2+8/4!*x^4-112/6!*x^6-8832/8!*x^8... 1
0, 2, 8, -112, -8832, -269568, 18508800, 4584990720, 373223424000, -57291983093760, -29502109561651200, -4280300758758850560, 1571738277174218588160, 1306880625182819525591040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Since a(18) are all terms positive. - Vaclav Kotesovec, Feb 08 2015
LINKS
FORMULA
a(n) ~ sqrt(Pi) * (2*n)! / (n^(3/2) * (1 + cosh(Pi^2/2))). - Vaclav Kotesovec, Feb 08 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Tanh[ArcSin[x]^2], {x, 0, 2*nn}], x] * Range[0, 2*nn]!)[[n]], {n, 1, 2*nn+1, 2}] (* Vaclav Kotesovec, Feb 08 2015 *)
CROSSREFS
Sequence in context: A331405 A005787 A012343 * A263249 A297631 A099292
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 prepended by Vaclav Kotesovec, Feb 08 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 3 02:00 EDT 2024. Contains 372203 sequences. (Running on oeis4.)