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!)
A170921 Write x*cot(x) = Product_{n>=1} (1 + g_n*x^(2*n)); a(n) = denominator(g_n). 1
3, 45, 105, 4725, 66825, 127702575, 383107725, 18091198125, 1856156927625, 183759535834875, 9056719980433125, 275344870859667984375, 1298054391195577640625, 3952575621190533915703125, 367589532770719654160390625, 6249022057102234120726640625, 3842566358093920359949921875 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
-1/3, -1/45, -1/105, -16/4725, -91/66825, -58844/127702575, -73267/383107725, ...
MAPLE
t1:=x*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, 2*n); t2:=series(t2/(1+t3*x^(2*n)), x, L); g:=[op(g), t3];
od:
g;
g1:=map(numer, g);
g2:=map(denom, g);
CROSSREFS
Cf. A170920.
Sequence in context: A124494 A075320 A071968 * A093585 A062270 A069955
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Jan 31 2010
EXTENSIONS
Corrected definition and terms - N. J. A. Sloane, Oct 04 2019 (thanks to Petros Hadjicostas for pointing out that something was wrong).
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)