Triangle of the number of prime factors (not counted multiply) of first-quadrant Guassian integers.
0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 2, 2, 2, 1, 1, 2, 1, 2, 1, 1, 2, 1, 2, 1, 3, 2, 2, 2, 2, 3, 2, 2, 2, 2, 3, 1, 1, 2, 1, 2, 1, 1, 2, 1, 2, 1, 1, 2, 2, 2, 3, 2, 2, 2, 2, 2
0
Note that the table is symmetric. The first occurrence of each number is given in S000407.
T. D. Noe, Plot of 101 rows
T. D. Noe, Table of 101 rows
Eric W. Weinstein, MathWorld: Gaussian Integers
Triangle:
0
0, 0
1, 1, 1
1, 1, 1, 1
1, 2, 1, 2, 1
2, 1, 1, 1, 1, 2
2, 2, 2, 2, 2, 2, 2
1, 1, 1, 1, 1, 1, 1, 1
1, 2, 2, 2, 1, 2, 2, 2, 1
1, 2, 1, 2, 1, 1, 2, 1, 2, 1
(Mma) Table[z = i - j + I*j; f = FactorInteger[z, GaussianIntegers -> True]; If[Abs[f[[1, 1]]] <= 1, f = Rest[f]]; Length[f], {i, 0, 10}, {j, 0, i}]
nonn,tabl
T. D. Noe, Dec 10 2014