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!)
A342305 Number of nonisomorphic rings Z/nZ<x,y>/(x^2 - A, y^2 - B, y*x - a - b*x - c*y - d*x*y) of order n^4. 1
1, 3, 13, 97, 14, 39, 15, 624, 67, 42, 17, 1261, 18, 45, 182 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
José María Grau Ribas, Mathematica code
José María Grau Ribas, Antonio M. Oller-Marcén, and Steve Szabo, Minimal rings related to generalized quaternion rings, Int'l Electronic J. Algebra (2023).
EXAMPLE
For n=2:
Z/2Z<x,y>/(x^2, y^2, y*x),
Z/2Z<x,y>/(x^2, y^2, y*x + x*y),
Z/2Z<x,y>/(x^2, y^2, y*x + 1 + x*y),
so a(2)=3.
For n=3, a complete family of non-isomorphic cases {A,B,a,b,c,d} are:
{0,0,0,0,0,0}, {0,0,0,0,0,1}, {0,0,0,0,0,2}, {0,0,1,0,0,2},
{0,1,0,0,0,1}, {0,1,0,0,0,2}, {0,1,0,1,0,0}, {0,2,0,0,0,1}, {0,2,0,0,0,2},
{1,0,0,0,1,0}, {1,1,0,0,0,1}, {1,1,1,1,2,0}, {1,2,0,0,0,1},
so a(3)=13.
MATHEMATICA
a[1]=1; a[p_, 1]:= (12 + (p - 1)/2); a[2, 1]=3; a[2, 2]= 97; a[2, 3]=624; a[3, 2]=67; a[n_]:=Module[{aux=FactorInteger[n]}, Product[a[aux[[i, 1]], aux[[i, 2]]], {i, Length[aux]}]]; Table[a[n], {n, 1, 15}]
CROSSREFS
Sequence in context: A183283 A006898 A277492 * A275528 A129375 A293528
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 16 16:13 EDT 2024. Contains 371749 sequences. (Running on oeis4.)