OFFSET
1,1
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
10250 is a term since its sum of divisors in Gaussian integers is 41600 which is a real number.
MATHEMATICA
Select[Range[2, 10^6, 2], Im[DivisorSigma[1, #, GaussianIntegers -> True]] == 0 &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 15 2020
STATUS
approved