login
A342563
List points (x,y,z) having integer coordinates, sorted first by R=x^2+y^2+z^2 and in case of ties, then by z and last by polar angle 0 <= phi < 2*Pi in a polar coordinate system. Sequence gives z-coordinates.
7
0, -1, 0, 0, 0, 0, 1, -1, -1, -1, -1, 0, 0, 0, 0, 1, 1, 1, 1, -1, -1, -1, -1, 1, 1, 1, 1, -2, 0, 0, 0, 0, 2, -2, -2, -2, -2, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, -2, -2, -2, -2, -1, -1, -1, -1, -1, -1, -1, -1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, -2, -2, -2, -2, 0, 0, 0, 0, 2, 2, 2, 2
OFFSET
0,28
LINKS
EXAMPLE
See A342561.
PROG
(PARI) A342563_vec=concat([[P[3] | P<-shell(n)] | n<-[0..7]]) \\ See A342561 for shell(). - M. F. Hasler, Apr 27 2021
CROSSREFS
Cf. A305575, A305576, A342561 (x-coordinates), A342562 (y-coordinates).
Sequence in context: A373242 A110177 A036273 * A343633 A174469 A357724
KEYWORD
sign
AUTHOR
Hugo Pfoertner, Apr 27 2021
STATUS
approved