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!)
A081790 Continued cotangent for tan(1). 0
1, 4, 32, 1158, 1815746, 15716561494212, 1184500978807872650350593387, 5321879016477546178356935033926215638755808624425727229, 28586857373644233013728565794450100157386617152409721820238727067747604580786570816033645416762395120483912199 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
D. H. Lehmer, A cotangent analogue of continued fractions, Duke Math. J., 4 (1935), 323-340.
LINKS
FORMULA
tan(1)=cot(sum(n>=0, n, (-1)^n*acot(a(n))); let b(0)=tan(1), 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]=tan(1); ?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: A298896 A231991 A028369 * A053005 A257583 A258122
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 1 21:52 EDT 2024. Contains 374817 sequences. (Running on oeis4.)