login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of sqrt(29)/5.
4

%I #13 May 23 2021 23:17:07

%S 1,0,7,7,0,3,2,9,6,1,4,2,6,9,0,0,8,0,6,2,5,0,1,4,2,0,9,8,3,0,8,0,6,5,

%T 9,1,1,2,5,9,0,2,4,0,3,2,3,2,8,9,5,7,7,6,7,5,3,6,0,7,7,7,3,4,0,0,3,3,

%U 2,9,1,9,2,5,6,5,5,3,1,7,3,8,5,7,5,3,2,6,7,5,6,3,3

%N Decimal expansion of sqrt(29)/5.

%C Essentially the same as A188730 after the first two initial terms.

%C sqrt(29)/5 is the length of the shortest line segment needed to dissect the unit square into 5 regions with equal areas if all the line segments start at the same vertex of the square.

%e 1.07703296142690080625014209...

%t RealDigits[Sqrt[29]/5, 10, 200][[1]]

%Y Cf. A344069, A188730.

%K nonn,cons

%O 1,3

%A _Wesley Ivan Hurt_, May 18 2021