The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A339948 Number of non-isomorphic generalized quaternion rings over Z/nZ. 6
1, 1, 4, 7, 4, 16, 4, 16, 10, 16, 4, 40, 4, 16, 16, 36, 4, 40, 4, 40, 16, 16, 4, 80, 10, 16, 20, 40, 4, 64, 4, 52, 16, 16, 16 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Generalized quaternion rings over Z/nZ are of the form Z_n<x,y>/(x^2-a, y^2-b, xy+yx).
LINKS
Jose María Grau, C. Miguel and A. M. Oller-Marcen, Generalized Quaternion Rings over Z/nZ for an odd n, arXiv:1706.04760 [math.RA], 2017.
J. M. Grau, C. Miguel and A. M. Oller-Marcén, Generalized quaternion rings over Z/nZ for an odd n, Advances in Applied Clifford Algebras, 28(1), (2018) article 17.
FORMULA
If n is odd then a(n) = A286779(n).
EXAMPLE
For n=2 all such rings are isomorphic to Z_n<x,y>/(x^2, y^2, xy+yx), so a(2)=1.
For n=4:
Z_n<x,y>/(x^2, y^2, xy+yx),
Z_n<x,y>/(x^2, y^2-1, xy+yx),
Z_n<x,y>/(x^2, y^2-2, xy+yx),
Z_n<x,y>/(x^2, y^2-3, xy+yx),
Z_n<x,y>/(x^2-1, y^2-1, xy+yx),
Z_n<x,y>/(x^2-1, y^2-2, xy+yx),
Z_n<x,y>/(x^2-3, y^2-3, xy+yx),
so a(4)=7.
MATHEMATICA
Clear[phi]; phi[1] = phi[2] = 1; phi[4] = 7; phi[8] = 16;
phi[16] = 36; phi[p_, s_] := 2 s^2 + 2;
phi[n_] := Module[{aux = FactorInteger[n]}, Product[phi[aux[[i, 1]], aux[[i, 2]]], {i, Length[aux]}]];
Table[phi[i], {i, 1, 35}]
CROSSREFS
Sequence in context: A110669 A106027 A101159 * A270136 A269756 A166530
KEYWORD
nonn,mult,hard,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 May 14 09:29 EDT 2024. Contains 372532 sequences. (Running on oeis4.)