OFFSET
1,1
COMMENTS
The absolute value of the x-coordinate of the tangent point between the cosine graph and the straight line through the origin.
EXAMPLE
2.79838604578388713672024890313957...
MATHEMATICA
ndigits=100; First[RealDigits[First[x/.NSolve[Cos[x]+x Sin[x]==0, x, ndigits]], 10, ndigits]]
(* or *)
RealDigits[BesselJZero[-3/2, 1], 10, 100][[1]] (* Vaclav Kotesovec, Oct 31 2024 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Stefano Spezia, Oct 29 2024
STATUS
approved