OFFSET
1,3
COMMENTS
A Gaussian integer is counted if it has a positive real part and a positive imaginary part (first quadrant excluding the axes).
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
MATHEMATICA
nn = 60; t = Select[Flatten[Table[a + b*I, {a, nn}, {b, nn}]], PrimeQ[#, GaussianIntegers -> True] &]; Table[Length[Select[t, Abs[#] <= n &]], {n, nn}] (* T. D. Noe, Aug 19 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Olivier Gérard, Aug 17 2013
STATUS
approved