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!)
A081783 Continued cotangent for zeta(2)=Pi^2/6. 0
1, 4, 172, 181307, 241328833528, 824652019956267685427678, 768422457901766762303892554138930904416139509281, 2110688056630901907060877896737932376507936264268382076456539236145849709148481095915090382331184 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Pi^2/6=cot(sum(n>=0, n, (-1)^n*acot(a(n))); let b(0)=Pi^2/6, 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]=Pi^2/6; ?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: A348085 A195631 A145245 * A222921 A318216 A006433
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)