OFFSET
1,1
COMMENTS
An isolated lattice point is surrounded (in a Moore neighborhood) by 8 points that are not visible from the origin. I have also submitted the corresponding sequence of denominators.
From Gregg Whisler, Jun 21 2010: (Start)
a(n) is also A157429 + 1.
These are also the x coordinates of the isolated visible lattice points in Z^2. (End)
LINKS
Eric W. Weisstein, MathWorld: Visible Point
MATHEMATICA
Table[Replace[Select[First/@Position[Partition[CoprimeQ[n, Range[n]], 3, 1], {False, True, False}, {1}]+1, Outer[CoprimeQ, n+ {-1, 1}, #1+{-1, 0, 1}]=={{False, False, False}, {False, False, False}}&], {{}-> Sequence[], list_:>Sequence@@ ({#1, n}&)/@list}], {n, 2000}][[All, 1]] (* Eric Rowland *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Gregg Whisler, Jun 15 2010
EXTENSIONS
More terms (until the initial 21 repeats) from Gregg Whisler, Jun 21 2010
STATUS
approved
