cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A141248 Number of points having minimal visibility in a square n X n lattice of points.

Original entry on oeis.org

1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 36, 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 9, 4, 4, 52, 4, 4, 8, 4, 4, 44, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 12, 4, 4, 4, 4, 1, 4, 4, 4, 4, 4, 4, 4, 1, 4, 4, 4, 20, 4, 4, 4, 4, 8, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
Offset: 1

Views

Author

T. D. Noe, Jun 17 2008

Keywords

Comments

Sequence A141247 gives the minimum number of points visible from a point. By symmetry, when a(n) is odd, the central point in the lattice can see only the minimal number of points. When a(n)=1, the central point is the only such point. See A141249 for the n X n lattices that have such a central point.

Crossrefs

Cf. A141225.

Programs

  • Mathematica
    Table[mn=n^2+1; pts=0; Do[cnt=0; Do[If[GCD[c-a,d-b]<2, cnt++ ], {a,n}, {b,n}]; If[cnt
    				

A141250 Prime powers related to minimal visibility in the square n X n lattice.

Original entry on oeis.org

11, 17, 23, 37, 41, 97, 101, 121, 137, 157, 191, 211, 223, 227, 331, 347, 431, 443, 457
Offset: 1

Views

Author

T. D. Noe, Jun 17 2008

Keywords

Comments

So far 121 is the only composite here. The numbers in A141249 greater than 1 are 2*a(n)-1.

Crossrefs

Cf. A141246.
Showing 1-2 of 2 results.