Make a list of all irreducible polynomials of degrees 1 to 5 over the field (0, 1).
In the order of their degrees, this is my list:
x, x+1;
x2+x+1;
x3+x+1, x3+x2+1;
x4+x+1, x4+x2+1, x4+x3+1, x4+x3+x2+x+1;
x5+x2+1, x5+x3+1, x5+x4+x2+x+1.
Did I miss any? Is any of the above reducible?