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!)
A012253 exp(arcsinh(tanh(x))) = 1+x+1/2!*x^2-2/3!*x^3-11/4!*x^4+16/5!*x^5... 2
1, 1, 1, -2, -11, 16, 301, -272, -16631, 7936, 1620601, -353792, -250557251, 22368256, 56629836901, -1903757312, -17602836565871, 209865342976, 7193368568377201, -29088885112832, -3735581618747946491 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ n! * (-cos(n*Pi/2)) * (4/Pi)^n / n^(3/2), if n is even and a(n) ~ n! * 2 * sin(n*Pi/2) * (2/Pi)^(n+1), if n is odd. - Vaclav Kotesovec, Oct 30 2013
MATHEMATICA
CoefficientList[Series[Exp[ArcSinh[Tanh[x]]], {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Oct 30 2013 *)
CROSSREFS
Bisections are (-1)^n*A000182 and (-1)^n*A012079.
Sequence in context: A199397 A012019 A012185 * A103336 A019402 A038927
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 April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)