OFFSET
0,1
COMMENTS
The value of t where P(t) takes its maximum value, where P(t) is given in A361618.
The corresponding value in degrees is 23.3085980601...
LINKS
J. K. Mackenzie, Second Paper on Statistics Associated with the Random Disorientation of Cubes, Biometrika, Vol. 45, No. 1-2 (1958), pp. 229-240.
J. K. Mackenzie and M. J. Thomson, Some Statistics Associated with the Random Disorientation of Cubes, Biometrika, Vol. 44, No. 1-2 (1957), pp. 205-210.
Eric Weisstein's World of Mathematics, Mode.
Wikipedia, Misorientation.
EXAMPLE
0.40681178017420877101384268811808080344448609291346...
MATHEMATICA
wp = 200; f[a_] := If[a <= 0 || a >= Pi/4, 0, Sin[a] * (Pi^2/32 - NIntegrate[ArcSin[Tan[a/2]*Cos[x]], {x, 0, Pi/4}, WorkingPrecision -> wp])]; RealDigits[t /. (NMaximize[f[t], {t}, WorkingPrecision -> wp][[2]]), 10, 100][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Mar 18 2023
STATUS
approved