A301636 Square array T(n, k) read by antidiagonals upwards, n >= 0 and k >= 0: T(n, k) = square of the distance from n + k*i to nearest square of a Gaussian integer (where i denotes the root of -1 with positive imaginary part).
0, 0, 1, 1, 1, 0, 1, 2, 1, 1, 0, 2, 4, 2, 4, 1, 1, 4, 2, 4, 9, 4, 2, 4, 1, 1, 5, 4, 4, 5, 5, 2, 0, 2, 5, 1, 1, 5, 8, 5, 1, 1, 5, 2, 0, 0, 2, 8, 10, 4, 2, 4, 5, 1, 1, 1, 1, 5, 10, 8, 5, 5, 9, 4, 2, 4, 4, 2, 4, 9, 5, 5, 8, 10, 9, 5, 5, 9, 9, 5, 5, 9, 4, 2, 4, 10
Offset: 0
Examples
Square array begins: n\k| 0 1 2 3 4 5 6 7 8 9 10 ---+------------------------------------------------------- 0| 0 1 0 1 4 9 4 1 0 1 4 1| 0 1 1 2 4 5 5 2 1 2 5 2| 1 2 4 2 1 2 5 5 4 5 8 3| 1 2 4 1 0 1 4 9 9 10 8 4| 0 1 4 2 1 2 5 10 16 10 5 5| 1 2 5 5 4 5 8 10 13 9 4 6| 4 5 8 10 8 5 4 5 8 10 5 7| 4 5 8 10 5 2 1 2 5 10 8 8| 1 2 5 9 4 1 0 1 4 9 13 9| 0 1 4 9 5 2 1 2 5 10 17 10| 1 2 5 10 8 5 4 5 8 13 20
Links
- Rémy Sigrist, Colored scatterplot for abs(x) <= 500 and abs(y) <= 500 (where the hue is function of sqrt(T(abs(x), abs(y))))
- Rémy Sigrist, Voronoi diagram of the squares of Gaussian integers for abs(x) <= 500 and abs(y) <= 500
- Rémy Sigrist, Scatterplot of (x, y) such that T(abs(x), abs(y)) is a square and abs(x) <= 500 and abs(y) <= 500
- Rémy Sigrist, PARI program for A301636
- Wikipedia, Gaussian integer
- Wikipedia, Voronoi diagram
- Index entries for sequences related to distance to nearest element of some set
Programs
-
PARI
See Links section.
Comments