Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A081788
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A081788 Continued cotangent for sin(1). +0
1
0, 1, 11, 209, 778615, 3961986619787, 108027609649678328362291208, 12797763868538691769539594849146740548395979750179143, 2398705889323117848234063941075093304477004809996203196876904292203062137833411276780250923333345577605421 (list; graph; listen)
OFFSET

0,3

REFERENCES

D. H. Lehmer, A cotangent analogue of continued fractions, Duke Math. J., 4 (1935), 323-340.

FORMULA

sin(1)=cot(sum(n>=0, n, (-1)^n*acot(a(n))); let b(0)=sin(1), 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]=sin(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

Cf. A002666, A002667, A002668.

Sequence in context: A020518 A131216 A034909 this_sequence A060496 A112386 A124991

Adjacent sequences: A081785 A081786 A081787 this_sequence A081789 A081790 A081791

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 September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research