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!)
A227477 Exponent of the group of Lipschitz quaternions in a reduced system modulo n. 3
1, 2, 24, 4, 120, 24, 336, 8, 72, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
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]; A227499[n_]:=Length@Select[cuaternios[n], GCD[Det[#], n]== 1 &]; cuater[n_] := Select[cuaternios[n], GCD[Det[#], n] == 1 &]; exp[1]=1; expo[M_, n_]:= Min@Select[Divisors@A227499[n], Mod[MatrixPower[M, #], n] == IdentityMatrix[4]&]; a[n_] := lcm@Table[expo[cuater[n][[i]], n], {i, A227499[n]}]; lcm[lis_] := {aux = 1; Do[aux = LCM[aux, lis[[i]]], {i, 1, Length[lis]}]; aux}[[1]]; Table[a[n], {n, 2, 10}]
CROSSREFS
Sequence in context: A100816 A079612 A329263 * A351850 A066585 A278563
KEYWORD
nonn,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 July 16 10:51 EDT 2024. Contains 374345 sequences. (Running on oeis4.)