Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #3 May 18 2021 22:57:45
%S 1,0,2,4,3,9,3,8,2,8,5,8,8,0,9,8,5,9,0,0,0,0,2,5,2,6,9,7,9,7,3,6,4,3,
%T 6,8,4,1,3,8,5,3,3,8,9,4,3,0,2,4,9,6,0,0,0,8,8,9,7,5,0,2,4,5,0,4,9,1,
%U 8,5,6,6,9,6,4,4,6,5,2,8,2,8,9,7,4,2,1,0,4,5,4,5,3,2
%N Decimal expansion of sqrt(85)/9.
%C sqrt(85)/9 = 1.024.. is the length of the shortest line segment needed to dissect the unit square into 9 regions with equal areas if all the line segments start at the same vertex of the square.
%e 1.02439382858809859000025269...
%t RealDigits[Sqrt[85]/9, 10, 200][[1]]
%Y Cf. A344382.
%K nonn,cons
%O 1,3
%A _Wesley Ivan Hurt_, May 18 2021