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!)
A012351 sech(arcsin(x)*arcsin(x))=1-12/4!*x^4-240/6!*x^6-1008/8!*x^8... 0
1, 0, -12, -240, -1008, 378240, 32163648, -363487488, -690754821888, -145507353366528, -11585562008128512, 3150884675987558400, 573373842109571665920, -1149448245885758287872000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ -sqrt(Pi) * sinh(Pi^2/4) * (2*n)! / (n^(3/2) * (1 + cosh(Pi^2/2))). - Vaclav Kotesovec, Feb 08 2015
MATHEMATICA
nn = 20; Table[(CoefficientList[Series[Sech[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: A279610 A222702 A352700 * A189883 A033469 A012544
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 July 26 21:02 EDT 2024. Contains 374636 sequences. (Running on oeis4.)