OFFSET
1,1
COMMENTS
Dissect the unit square into 7 regions with equal areas from a given midpoint on the squares edge. This sequence gives the decimal expansion of the perimeter of the triangular region with unit height.
FORMULA
Decimal expansion of 2*(1 + k*sqrt(1/k^2 + 1))/k, where k = 7.
EXAMPLE
2.3060193748187072125738410...
MATHEMATICA
RealDigits[2 (1 + 5 Sqrt[2])/7, 10, 200][[1]] // Flatten
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Wesley Ivan Hurt, May 23 2021
STATUS
approved