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!)
A012155 E.g.f.: arcsin(tan(sinh(x))) (odd powers only). 1
1, 4, 76, 3592, 325648, 49088128, 11155494208, 3566506418560, 1525463139748096, 840688518856539136, 579910469070833277952, 489338149015716318963712, 495775150805105569019662336 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Series has radius of convergence arcsinh(Pi/4). It appears that
a(n) ~ c*(2n+1)!*arcsinh(Pi/4)^(-2n-1)/n^(3/2) for some constant c (approximately 0.3816). - Robert Israel, Jun 26 2015
c = 1/2*sqrt((1/2 + 16/(2*Pi*(Pi+sqrt(16+Pi^2))))*arcsinh(Pi/4)) = 0.3820437069654804064083... . - Vaclav Kotesovec, Jun 28 2015
LINKS
EXAMPLE
arcsin(tan(sinh(x))) = x + 4/3!*x^3 + 76/5!*x^5 + 3592/7!*x^7 + 325648/9!*x^9 + ...
MAPLE
S:= series(arcsin(tan(sinh(x))), x, 102):
seq(coeff(S, x, 2*j+1)*(2*j+1)!, j = 0 .. 50); # Robert Israel, Jun 26 2015
MATHEMATICA
Select[ Range[0, 27]! CoefficientList[ Series[ ArcSin[ Tan[ Sinh[x]]], {x, 0, 27}], x], # > 0 &] (* Robert G. Wilson v, Jul 05 2005 *)
CROSSREFS
Sequence in context: A012080 A012047 A012010 * A350489 A325214 A118193
KEYWORD
nonn
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)