_Benoit Cloitre (benoit7848c(AT)orange.fr), _, Apr 10 2003
Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
_Benoit Cloitre (benoit7848c(AT)orange.fr), _, Apr 10 2003
nonn,new
nonn
Benoit Cloitre (abmtbenoit7848c(AT)wanadooorange.fr), Apr 10 2003
nonn,cons,new
nonn
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))
nonn,cons,new
nonn,cons,new
Benoit Cloitre (abcloitreabmt(AT)modulonetwanadoo.fr), Apr 10 2003
nonn,cons,new
Benoit Cloitre (abcloitre(AT)wanadoomodulonet.fr), Apr 10 2003
(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))
nonn,cons,new
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))
nonn,cons,new
Continued cotangent for square root of 3.
1, 3, 16, 405, 672320, 1352290629546, 4817801789405093582066881, 125242334906904794515426191021121381708761081802849, 48098205042808280233282792304806428848378744166690329294696649253234314988369597043479633480454760546
0,2
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))
(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))
nonn,cons
Benoit Cloitre (abcloitre(AT)wanadoo.fr), Apr 10 2003
approved