separation or container)separation rows measure points in the unit disk. The container rows use unit small circles and give the radius of the enclosing circle.import numberdb.sage as numberdb
from sage.rings.real_arb import RealBallField
RBF = RealBallField(numberdb.bits(100, losing=96))
d3 = RBF(3).sqrt()
R3 = RBF(1) + RBF(2) / d3
d3, R3
The closed-form rows $n=2,3,4,5,6,7,8,9,11,13,18,19$ are computed in Sage real balls with arb at numberdb.bits(digits, losing=96) bits. The other rows are Packomania source values rounded to 9 significant digits, the largest precision at which the copied radius, distance and ratio columns agree for every $2\leq n\leq500$.