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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081785 Continued cotangent for log(2). 0

%I

%S 0,1,5,55,14187,314681540,254841004490568887,

%T 116515298784769863036311841843812470,

%U 16752745298264669840183664790312981823804061660537952218518280274360024

%N Continued cotangent for log(2).

%F log(2)=cot(sum(n>=0, n, (-1)^n*acot(a(n))); let b(0)=log(2), b(n)=(b(n-1)*floor(b(n-1))+1)/(b(n-1)-floor(b(n-1)) then a(n)=floor(b(n))

%o (PARI) ?bn=vector(100); b(n)=if(n<0,0,bn[n]); bn[1]=log(2); ?for(n=2,10,bn[n]=(b(n-1)*floor(b(n-1))+1)/(b(n-1)-floor(b(n-1)))) ?a(n)=floor(b(n+1))

%Y Cf. A001620, A002666, A002667.

%K nonn

%O 0,3

%A _Benoit Cloitre_, Apr 10 2003

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 21 05:20 EDT 2013. Contains 225474 sequences.