OFFSET
0,3
COMMENTS
sqrt(10)/3 = 1.054.. is the length of the shortest line segment needed to dissect the unit square into 6 regions with equal areas if all the line segments start at the same vertex of the square. - Wesley Ivan Hurt, May 18 2021
LINKS
Ivan Panchenko, Table of n, a(n) for n = 0..1000
FORMULA
Equals 0.1 * Sum_{k>=0} binomial(2*k,k)/40^k. - Amiram Eldar, Aug 04 2022
EXAMPLE
0.10540925533894597773329645148109061779065183797750...
MATHEMATICA
RealDigits[1/Sqrt[90], 10, 120][[1]] (* Harvey P. Dale, May 02 2012 *)
PROG
(PARI) 1/sqrt(90) \\ Amiram Eldar, Aug 04 2022
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved