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!)
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 (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
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,more
AUTHOR
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 06:34 EDT 2024. Contains 371920 sequences. (Running on oeis4.)