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!)
A375200 Irregular triangular array read by rows. The n-th row gives the elementary divisors of the group of units in the quotient ring F_2[x]/<x^n>. 0
1, 2, 4, 2, 4, 2, 8, 2, 2, 8, 2, 4, 8, 2, 2, 4, 8, 2, 2, 4, 16, 2, 2, 2, 4, 16, 2, 2, 4, 4, 16, 2, 2, 2, 4, 4, 16, 2, 2, 2, 4, 8, 16, 2, 2, 2, 2, 4, 8, 16, 2, 2, 2, 4, 4, 8, 16, 2, 2, 2, 2, 4, 4, 8, 16, 2, 2, 2, 2, 4, 4, 8, 32 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
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.
EXAMPLE
Triangle begins
1;
2;
4;
2, 4;
2, 8;
2, 2, 8;
2, 4, 8;
2, 2, 4, 8;
2, 2, 4, 16;
2, 2, 2, 4, 16;
2, 2, 4, 4, 16;
2, 2, 2, 4, 4, 16;
2, 2, 2, 4, 8, 16;
2, 2, 2, 2, 4, 8, 16;
2, 2, 2, 4, 4, 8, 16;
2, 2, 2, 2, 4, 4, 8, 16;
2, 2, 2, 2, 4, 4, 8, 32;
...
MATHEMATICA
groupofunits2xn[e_] := Flatten[Table[{Table[2^(i + 1), {(Ceiling[e/2^i] - 2 Ceiling[e/2^(i + 1)] + Ceiling[e/2^(i + 2)])}]}, {i, 0, 10}]]; Prepend[Drop[Table[groupofunits2xn[n], {n, 1, 16}], 1], {1}]
CROSSREFS
Cf. A375312.
Sequence in context: A128886 A031883 A366261 * A086152 A194577 A334970
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.)