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

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A227867 Number of Lipschitz quaternions X such that X^2 == 1 (mod n). 3
1, 8, 14, 32, 32, 112, 58, 32, 110, 256, 134, 448, 184, 464, 448, 32, 308, 880, 382, 1024, 812, 1072, 554, 448, 752, 1472, 974, 1856, 872, 3584, 994, 32, 1876, 2464, 1856, 3520, 1408, 3056, 2576, 1024, 1724, 6496, 1894, 4288, 3520, 4432, 2258, 448, 2746, 6016, 4312, 5888
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A quaternion q = a + bi + cj + dk is congruent to 1 (mod n) iff a == 1 (mod n) and b == c == d == 0 (mod n).
LINKS
Wikipedia, Hurwitz quaternion.
MATHEMATICA
cuaternios[n_] := Flatten[Table[{{a, -b, d, -c}, {b, a, -c, -d}, {-d, c, a, -b}, {c, d, b, a}}, {a, n}, {b, n}, {c, n}, {d, n}], 3]; invo[n_] := invo[n] = Length@Select[cuaternios[n], Mod[#.# - IdentityMatrix[4], n] == 0*# &]; Table[invo[n], {n, 1, 25}]
CROSSREFS
Sequence in context: A153340 A144842 A273843 * A254034 A225606 A117132
KEYWORD
nonn,mult
AUTHOR
EXTENSIONS
More terms from Amiram Eldar, May 06 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 16:42 EDT 2024. Contains 376002 sequences. (Running on oeis4.)