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

 


A102075
Expansion of sec(arctanh(x)).
5
1, 1, 13, 445, 28985, 3061625, 476598725, 102580436725, 29164947696625, 10583881430448625, 4773158983014768125, 2618414864448579438125, 1716782830141547577475625, 1325775140076807694645515625
OFFSET
0,3
EXAMPLE
sec(arctanh(x)) = 1 + x^2/2 + 13x^4/4! + 445x^6/6! + 28985x^8/8! +...
sech(arctan(x)) = 1 - x^2/2 + 13x^4/4! - 445x^6/6! + 28985x^8/8! -...
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[ArcTanh[x]], {x, 0, nn}], x] Range[ 0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Nov 05 2020 *)
CROSSREFS
Sequence in context: A260852 A372812 A012832 * A218586 A251601 A338177
KEYWORD
nonn
AUTHOR
Ralf Stephan, Dec 31 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 08:46 EDT 2024. Contains 376084 sequences. (Running on oeis4.)