login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A239393 Nonnegative prime Lipschitz quaternions shown as 4-vectors sorted by norm and then (1,i,j,k) components. 5
1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 2, 1, 0, 0, 2, 0, 1, 0, 2, 0, 0, 1, 1, 2, 0, 0, 1, 0, 2, 0, 1, 0, 0, 2, 0, 2, 1, 0, 0, 2, 0, 1, 0, 1, 2, 0, 0, 1, 0, 2, 0, 0, 2, 1, 0, 0, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,41
COMMENTS
A Lipschitz quaternion has all integer components. The norms of quaternions are (rational) primes 2, 3, 5, 7, 11,... A quaternion is commonly written a + b*i + c*j + d*k, where 1, i, j, and k are units.
LINKS
T. D. Noe, Table of n, a(n) for n = 1..2586 (4-vectors)
Wikipedia , Hurwitz quaternion
EXAMPLE
The first six nonnegative prime Lipschitz quaternions are 1+i, 1+j, 1+k, i+j, i+k, and j+k.
MATHEMATICA
(* first << Quaternions` *) mx = 5; lst = Flatten[Table[{a, b, c, d}, {a, 0, mx}, {b, 0, mx}, {c, 0, mx}, {d, 0, mx}], 3]; q = Select[lst, Norm[Quaternion @@ #] < mx^2 && PrimeQ[Quaternion @@ #, Quaternions -> True] &]; Sort[q, Norm[#1] < Norm[#2] &]
CROSSREFS
Cf. A239394 (number of Lipschitz quaternions having norm prime(n)).
Cf. A239395 (Hurwitz quaternions).
Sequence in context: A176202 A040081 A066745 * A256637 A113063 A123477
KEYWORD
nonn,nice
AUTHOR
T. D. Noe, Mar 21 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)