OFFSET
0,3
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 3.6 Sobolev Isoperimetric constants, p. 222.
FORMULA
mu = 1 / theta^4, where theta is the smallest positive root of I1(t)*J0(t) + I0(t)*J1(t) = 0, with I0, I1, J0, J1, Bessel functions.
EXAMPLE
0.0095819302678393175490232932107784387586944952973855161571352169358207361...
MATHEMATICA
theta = t /. FindRoot[BesselJ[0, t]*BesselI[1, t] + BesselI[0, t]*BesselJ[1, t] == 0, {t, 3}, WorkingPrecision -> 100]; mu = 1/theta^4; Join[{0, 0}, RealDigits[mu] // First]
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Jul 17 2014
STATUS
approved