A124255 Forest-and-trees problem: square of distance to most distant visible tree.
2, 5, 13, 17, 34, 41, 61, 74, 97, 113, 137, 157, 194, 221, 250, 281, 317, 353, 397, 433, 482, 521, 569, 617, 674, 725, 778, 829, 898, 953, 1021, 1082, 1154, 1217, 1289, 1361, 1433, 1517, 1597, 1669, 1762, 1825, 1933, 2018, 2113, 2197, 2297, 2393, 2498, 2594
Offset: 2
Keywords
Examples
Example: at n = 5, there are 40 visible tree trunks; defining the origin as the location of the observer, they are the ones located at (1,0), (4,1), (3,1), (2,1), (3,2), (1,1) and all the additional locations that result from using every possible reflection of them across the x-axis, the y-axis, or the diagonal, y=x. (The tree trunk at (4,3) is considered completely obscured by ones at (3,2) and (1,1), each of which is tangent to the line 4y = 3x.) The most distant visible tree trunks are the ones located at the lattice point (4,1) and its symmetrical locations; the square of their distance from the origin is 17, so a(5) = 17.
Links
- Jon E. Schoenfield, Table of n, a(n) for n = 2..3000
- A different but related problem is addressed at Forests.
Comments