A165925 Irregular triangle read by rows: square-full quadratic non-residues.
8, 8, 8, 8, 8, 12, 8, 12, 8, 12, 12, 8, 12, 8, 12, 18, 8, 12, 18, 8, 12, 20, 8, 18, 20, 8, 18, 20, 8, 12, 18, 20, 8, 18, 20, 24, 8, 12, 18, 20, 24, 12, 18, 20, 24, 27, 8, 12, 18, 27, 8, 12, 18, 20, 27, 28, 12, 24, 27, 8, 12, 18, 20, 24, 27, 28, 8, 18, 20, 24, 28, 32, 12, 20, 24, 27, 28
Offset: 9
Links
- C. H. Gribble, Flattened irregular triangle read by rows j = 9 to 200
Crossrefs
Cf. A096013.
Programs
-
Mathematica
Flatten[Table[Select[Complement[Range[n - 1], Mod[Range[n/2]^2, n]], ! SquareFreeQ[#] &], {n, 9, 34}]] (* T. D. Noe, Nov 22 2011 *)
Comments