OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
127 is a term since 127, 128 and 129 are all norm-deficient in Gaussian integers (A332572).
MATHEMATICA
normDefQ[z_] := Abs[DivisorSigma[1, z, GaussianIntegers -> True]]^2 < 2*Abs[z]^2; Select[Range[10^4], AllTrue[# + Range[0, 2], normDefQ] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 16 2020
STATUS
approved