Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A081780
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A081780 Continued cotangent for square root of 3. +0
1
1, 3, 16, 405, 672320, 1352290629546, 4817801789405093582066881, 125242334906904794515426191021121381708761081802849, 48098205042808280233282792304806428848378744166690329294696649253234314988369597\ 043479633480454760546 (list; graph; listen)
OFFSET

0,2

FORMULA

sqrt(3)=cot(sum(n>=0, n, (-1)^n*acot(a(n))); let b(0)=sqrt(3), b(n)=(b(n-1)*floor(b(n-1))+1)/(b(n-1)-floor(b(n-1)) then a(n)=floor(b(n))

PROGRAM

(PARI) ?bn=vector(100); b(n)=if(n<0, 0, bn[n]); bn[1]=sqrt(3); ?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

Cf. A002666, A002667.

Sequence in context: A005031 A054939 A081782 this_sequence A002794 A132559 A080273

Adjacent sequences: A081777 A081778 A081779 this_sequence A081781 A081782 A081783

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 10 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 20 16:13 EST 2009. Contains 171081 sequences.


AT&T Labs Research