Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A081781
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A081781 Continued cotangent for square root of 5. +0
1
2, 23, 2961, 9798690, 110528843365255, 16850689692769666225948933906, 357017084742873887104901208145335336566095925224005385073, 13704639340774268828178164331864428924962723129677966571340644150997536731031824\ 2383523303176564909084594247359836 (list; graph; listen)
OFFSET

0,1

FORMULA

sqrt(5)=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(5); ?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: A069151 A091763 A124513 this_sequence A088734 A087388 A117507

Adjacent sequences: A081778 A081779 A081780 this_sequence A081782 A081783 A081784

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 18 21:37 EST 2009. Contains 171024 sequences.


AT&T Labs Research