A239395 Twice prime nonnegative Hurwitz quaternions shown as 4-vectors sorted by norm and then (1,i,j,k) components.
2, 2, 0, 0, 2, 0, 2, 0, 2, 0, 0, 2, 0, 2, 2, 0, 0, 2, 0, 2, 0, 0, 2, 2, 3, 1, 1, 1, 2, 2, 2, 0, 2, 2, 0, 2, 2, 0, 2, 2, 1, 3, 1, 1, 1, 1, 3, 1, 1, 1, 1, 3, 0, 2, 2, 2, 4, 2, 0, 0, 4, 0, 2, 0, 4, 0, 0, 2, 3, 3, 1, 1, 3, 1, 3, 1, 3, 1, 1, 3, 2, 4, 0, 0, 2, 0, 4, 0
Offset: 1
Links
- T. D. Noe, Table of n, a(n) for n = 1..2612 (4-vectors)
- Wikipedia, Hurwitz quaternion.
Crossrefs
Programs
-
Mathematica
(* first << Quaternions` *) mx = 5; lst = Flatten[Table[{a, b, c, d}/2, {a, 0, mx}, {b, 0, mx}, {c, 0, mx}, {d, 0, mx}], 3]; q = Select[lst, Norm[Quaternion @@ #] < mx^2 && PrimeQ[Quaternion @@ #, Quaternions -> True] &]; 2*Sort[q, Norm[#1] < Norm[#2] &]
Comments