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!)
A081782 Continued cotangent for the Gamma constant. 0
0, 1, 3, 16, 389, 479403, 590817544217, 473341703003810973963339, 269963674630454468003021997747122421847127276823, 84255020180725066155718508782582560544360994462142096519461567461295107080386955008872752275165 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lehmer Cotangent Expansion
FORMULA
Gamma=cot(sum(n>=0, n, (-1)^n*acot(a(n))); let b(0)=Gamma, b(n)=(b(n-1)*floor(b(n-1))+1)/(b(n-1)-floor(b(n-1)) then a(n)=floor(b(n))
PROG
(PARI) ?bn=vector(100); b(n)=if(n<0, 0, bn[n]); bn[1]=Euler; ?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))
CROSSREFS
Sequence in context: A300960 A224440 A054939 * A176299 A081780 A362382
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 10 2003
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 August 31 18:28 EDT 2024. Contains 375573 sequences. (Running on oeis4.)