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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A170920 Write cot(x) = Prod_{n>=1} (1 + g_n x^2n); a(n) = numerator(g_n). 1
-1, -2, -211, -2743, -1418638, -2268068, -550669394, -23861846102, -48726978122069, -461240499534601, -336080282371649483, -2842820955735934463, -1628158082048867402632, -331277549738199913530049, -14001180998026101838535141, -1500970948062470951644822898, -889277588648296174667504384505014 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..17.

EXAMPLE

-1/3, -2/27, -211/3645, -2743/98415, -1418638/93002175, ...

MAPLE

t1:=cot(x);

L:=100;

t0:=series(t1, x, L):

g:=[];

M:=20; # number of terms to get

t2:=t0:

for n from 1 to M do

t3:=coeff(t2, x, n); t2:=series(t2/(1+t3*x^n), x, L); g:=[op(g), t3];

od:

g;

g1:=map(numer, g);

g2:=map(denom, g);

CROSSREFS

Cf. A170921, A170908-A170919.

Sequence in context: A167839 A107612 A068814 * A215641 A195335 A090560

Adjacent sequences:  A170917 A170918 A170919 * A170921 A170922 A170923

KEYWORD

sign,frac

AUTHOR

N. J. A. Sloane, Jan 31 2010

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 May 19 22:06 EDT 2013. Contains 225436 sequences.