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!)
A202381 Denominators of coefficients in Taylor series expansion of arcsin(cosec(x)-cotanh(x)). 1
6, 1296, 145152, 156764160, 893931945984, 46352026828800, 2402889070804992, 5903898446967865344000, 205118300328940693094400, 869939530623090109924245504000, 60506034233897163325451123294208000, 105227885624168979696436736163840000, 5629853769947846827574282979744153600000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
-1/6*x+53/1296*x^3+73/145152*x^5+45137/156764160*x^7+11226497/893931945984*x^9+...
MAPLE
t1:=arcsin(csc(x)-coth(x));
t2:=series(t1, x, 30);
t3:=seriestolist(t2);
t3:=[seq(t3[2*i], i=1..(nops(t3)-2)/2 )];
t4:=map(numer, t3); t5:=map(denom, t3); lprint(t2);
MATHEMATICA
Take[Denominator[Abs[CoefficientList[Series[ArcSin[Csc[x]-Coth[x]], {x, 0, 30}], x]]], {2, -1, 2}] (* Harvey P. Dale, Dec 31 2011 *)
CROSSREFS
Cf. A013538.
Sequence in context: A060706 A052278 A264103 * A067510 A013738 A209590
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Dec 18 2011
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 29 12:47 EDT 2024. Contains 372114 sequences. (Running on oeis4.)