|
Search: id:A081792
|
|
|
| A081792 |
|
Continued cotangent for cosh(1). |
|
+0 1
|
|
| 1, 4, 28, 898, 865865, 6558406221253, 369641727028862496144018420, 168218383805281752399017936550348552720479497871513674, 46139813370820669084709611625366168409170012365100187639338625228748249752136723842763775088752136299316085
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
REFERENCES
|
D. H. Lehmer, A cotangent analogue of continued fractions, Duke Math. J., 4 (1935), 323-340.
|
|
FORMULA
|
cosh(1)=cot(sum(n>=0, n, (-1)^n*acot(a(n))); let b(0)=cosh(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]=cosh(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.
Adjacent sequences: A081789 A081790 A081791 this_sequence A081793 A081794 A081795
Sequence in context: A091969 A101346 A120604 this_sequence A084594 A000838 A129290
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 10 2003
|
|
|
Search completed in 0.002 seconds
|