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!)
A012131 cosh(arcsin(tanh(x)))=1+1/2!*x^2-3/4!*x^4+21/6!*x^6-263/8!*x^8... 1
1, 1, -3, 21, -263, 4841, -99723, -199939, 501445617, -101818966319, 19731909099757, -4192563651606299, 1009030667701246697, -277080625752723191879, 86724157841631252590437, -30813037783471577493355059, 12363651257099764677344554977 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Observe that arcsin(tanh(x)) = int {0..x} 1/cosh(t) so the generating function for this sequence is cosh( int {0..x} 1/cosh(t) ). Note the similarity to the generating function for A000364: cosh( int {0..x} 1/cos(t) ) = 1+x^2/2!+5*x^4/4!+61*x^6/6!+... - Peter Bala, Aug 24 2011.
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cosh[ArcSin[Tanh[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Mar 08 2015 *)
CROSSREFS
Sequence in context: A349961 A251573 A265002 * A322224 A221094 A098278
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from Harvey P. Dale, Mar 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 December 4 02:35 EST 2023. Contains 367541 sequences. (Running on oeis4.)