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!)
A375312 Irregular triangular array read by rows. The n-th row gives the elementary divisors of the group of units in the quotient ring F_3[x]/<x^n>. 0
2, 2, 3, 2, 3, 3, 2, 3, 9, 2, 3, 3, 9, 2, 3, 3, 3, 9, 2, 3, 3, 9, 9, 2, 3, 3, 3, 9, 9, 2, 3, 3, 3, 3, 9, 9, 2, 3, 3, 3, 3, 9, 27, 2, 3, 3, 3, 3, 3, 9, 27, 2, 3, 3, 3, 3, 3, 3, 9, 27, 2, 3, 3, 3, 3, 3, 9, 9, 27, 2, 3, 3, 3, 3, 3, 3, 9, 9, 27, 2, 3, 3, 3, 3, 3, 3, 3, 9, 9, 27 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A general formula for the isomorphism class of the group of units in any quotient ring of the polynomial ring F_p[x] (p prime) is given by Keith Kearnes in the Mathematics Stack Exchange link below.
LINKS
Mathematics Stack Exchange, Multiplicative group modulo polynomials
Karlee Westrem, Group of Units of Z_p[x] modulo f(x), Masters Thesis, University of Minnesota, 2020.
EXAMPLE
Triangle begins
2;
2, 3;
2, 3, 3;
2, 3, 9;
2, 3, 3, 9;
2, 3, 3, 3, 9;
2, 3, 3, 9, 9;
2, 3, 3, 3, 9, 9;
2, 3, 3, 3, 3, 9, 9;
2, 3, 3, 3, 3, 9, 27;
2, 3, 3, 3, 3, 3, 9, 27;
...
MATHEMATICA
groupofunits3xn[e_] := Flatten[Prepenf[Table[Table[3^(i + 1), {Ceiling[e/3^i] - 2 Ceiling[e/3^(i + 1)] + Ceiling[e/3^(i + 2)]}], {i, 0, 10}], 2]];
Table[groupofunits3xn[n], {n, 1, 15}] // Grid
CROSSREFS
Cf. A375200.
Sequence in context: A238459 A109301 A107573 * A081308 A070210 A100198
KEYWORD
nonn,tabf,new
AUTHOR
Geoffrey Critzer, Aug 11 2024
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 August 12 19:26 EDT 2024. Contains 375113 sequences. (Running on oeis4.)