|
Search: id:A081791
|
|
|
| A081791 |
|
Continued cotangent for sinh(1). |
|
+0 1
|
|
| 1, 12, 361, 6098638, 40523300374005, 2249947521757014011818803347, 23934989997298328927868650983263126279480229971908985849, 2858972935444266747494645602151444724302966656792002957565134720098726922500919331865545624811189334200411357440
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
REFERENCES
|
D. H. Lehmer, A cotangent analogue of continued fractions, Duke Math. J., 4 (1935), 323-340.
|
|
FORMULA
|
sinh(1)=cot(sum(n>=0, n, (-1)^n*acot(a(n))); let b(0)=sinh(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]=sinh(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: A081788 A081789 A081790 this_sequence A081792 A081793 A081794
Sequence in context: A012385 A012430 A012632 this_sequence A024298 A081021 A138914
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 10 2003
|
|
|
Search completed in 0.002 seconds
|