OFFSET
1,2
COMMENTS
From M. F. Hasler, Sep 23 2020: (Start)
Without the additional technical condition, the circumradius would be infinite as can be seen by taking a very long lozenge centered at the origin and thin enough to avoid all other lattice points. (Or say, the convex hull of { +-(1/2, H); +-(1/4H, 0) } as H -> oo.)
With these conditions, the maximizing convex set is an almost isosceles triangle having, e.g., (-1,-1) very near the midpoint of its base and the point (1,1) on one of its legs near the opposite vertex. (End)
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 8.19 Circumradius-Inradius Constants, p. 535-536.
LINKS
P. W. Awyong and P. R. Scott, On the maximal circumradius of a planar convex set containing one lattice point, Bull. Austral. Math. Soc. 52 (1995) 137-151; MR 96g:52030, DOI: 10.1017/S0004972700014519.
FORMULA
One and only positive root of 5*x^6 - 15*x^4 + 3*x^2 - 2.
EXAMPLE
1.6847127097520402861515273636272181728248...
MATHEMATICA
r = Root[5*x^6 - 15*x^4 + 3*x^2 - 2, x, 2]; RealDigits[r, 10, 102] // First
PROG
(PARI) default(realprecision, N=100); print(r=solve(x=0, 99, 5*x^6-15*x^4+3*x^2-2)); digits(r\.1^N) \\ M. F. Hasler, Sep 21 2020
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Jun 18 2014
EXTENSIONS
Definition corrected and link added by M. F. Hasler, Sep 21 2020
STATUS
approved