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!)
A102073 Numerators of e.g.f. sec(arccosh(x)) = cosec(arcsinh(x)). 1

%I #11 Jul 24 2017 02:03:13

%S 1,-1,220,-830,51280,-24271600,2978372800,-72656038000,

%T 6574942704928000,-369025338813664000,439973927875730560000,

%U -16173932272478277440000,8586787143256164544000000

%N Numerators of e.g.f. sec(arccosh(x)) = cosec(arcsinh(x)).

%e sec(arccosh(x)) = 1/x + x/3 - 1/3*x^3/3! + 220/63*x^5/5! - ...

%t terms = 13; s = -1/x + Csc[ArcSinh[x]] + O[x]^(2 terms) // Normal;

%t CoefficientList[s, x] * Range[0, 2 terms - 1]! // DeleteCases[#, 0]& // Numerator (* _Jean-François Alcover_, Jul 23 2017 *)

%Y Denominators are in A102074.

%K sign,frac

%O 1,3

%A _Ralf Stephan_, Dec 31 2004

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 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)