login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013536 Numerators of coefficients in Taylor series expansion of exp(cosec(x)-cotanh(x)). 3
1, -1, 1, 53, -215, 3341, 199159, 391337, -4128623, 710371933, 257347648013, 6178130243, -111384981593, 225570264096917, 1407269115959761, 1546226961439379, 69849267671401979, 5665951032145572087083, 467410556088873329284747, -1602619428542796266047, 429563383515510620615310131, 218332153959703843484481031721 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,4

LINKS

Table of n, a(n) for n=0..21.

EXAMPLE

1-1/6*x+1/72*x^2+53/1296*x^3-215/31104*x^4+3341/6531840*x^5+199159/235146240*x^6+...

MAPLE

t1:=exp(csc(x)-coth(x));

t2:=series(t1, x, 30);

t3:=seriestolist(t2);

t4:=map(numer, t3); t5:=map(denom, t3); lprint(t2);

CROSSREFS

Cf. A202382.

Sequence in context: A005146 A158644 A158656 * A142000 A053652 A142316

Adjacent sequences:  A013533 A013534 A013535 * A013537 A013538 A013539

KEYWORD

sign,frac

AUTHOR

Patrick Demichel (patrick.demichel(AT)hp.com)

EXTENSIONS

Corrected by N. J. A. Sloane, Dec 18 2011, based on discussions on the Sequence Fans Mailing List, Dec 13-17 2011.

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 07:39 EDT 2013. Contains 226399 sequences.