A069855 Decimal expansion of the root of x*tan(x)=1.
8, 6, 0, 3, 3, 3, 5, 8, 9, 0, 1, 9, 3, 7, 9, 7, 6, 2, 4, 8, 3, 8, 9, 3, 4, 2, 4, 1, 3, 7, 6, 6, 2, 3, 3, 3, 4, 1, 1, 8, 8, 4, 3, 6, 3, 2, 3, 7, 6, 5, 3, 7, 8, 3, 0, 0, 3, 3, 8, 1, 2, 8, 5, 9, 0, 0, 4, 0, 3, 5, 5, 0, 7, 7, 2, 5, 8, 0, 2, 2, 1, 2, 3, 3, 4, 3, 0, 0, 8, 5, 7, 2, 1, 7, 1, 4, 2, 0, 8, 9, 1, 7, 4, 5
Offset: 0
Examples
0.860333589019379762483893424137662333411884363237653783...
Links
- Gleb Koloskov, Geometric illustration
- Eric Weisstein's World of Mathematics, Cotangent [From _Eric W. Weisstein_, Mar 03 2010]
Programs
-
Mathematica
N[Minimize[{(x+Cot[x])^2 Sin[x],{x>0,x
Gleb Koloskov, Jul 05 2021 *) RealDigits[x/.FindRoot[x Tan[x]==1,{x,1},WorkingPrecision->120]][[1]] (* Harvey P. Dale, Dec 04 2021 *) -
PARI
/* 300 significant digits */ s=0.1; for(n=1,500,s=s+sign(cotan(s)-s)/2^n; if(n>499, print(s*1.)))
Comments