A240067 Twice prime octonion integers shown as 8-vectors sorted by norm and then real and 7 imaginary components.
2, 2, 0, 0, 0, 0, 0, 0, 2, 1, 1, 1, 1, 0, 0, 0, 2, 1, 1, 1, 0, 1, 0, 0, 2, 1, 1, 1, 0, 0, 1, 0, 2, 1, 1, 1, 0, 0, 0, 1, 2, 1, 1, 1, 0, 0, 0, -1, 2, 1, 1, 1, 0, 0, -1, 0, 2, 1, 1, 1, 0, -1, 0, 0, 2, 1, 1, 1, -1, 0, 0, 0, 2, 1, 1, 0, 1, 1, 0, 0, 2, 1, 1, 0, 1, 0, 1, 0
Offset: 1
Keywords
References
- John H. Conway and Derek A. Smith, On Quaternions and Octonions, CRC, 2003.
Links
- John C. Baez, The Octonions, arXiv:math/0105155 [math.RA], 2001-2002.
- Wikipedia, Octonion
Programs
-
Mathematica
Reverse[Rest[Union[Flatten[Table[If[(a/2)^2 + (b/2)^2 + (c/2)^2 + (d/2)^2 + (e/2)^2 + (f/2)^2 + (g/2)^2 + (h/2)^2 == 2, {a, b, c, d, e, f, g, h}, {0}], {a, -2, 2}, {b, -2, 2}, {c, -2, 2}, {d, -2, 2}, {e, -2, 2}, {f, -2, 2}, {g, -2, 2}, {h, -2, 2}], 7]]]]
Comments