OFFSET
1,2
COMMENTS
Here -1, i, and -i are counted as factors. The factor 1 is counted only in a(1).
Indices of records of A239627. - Amiram Eldar, Jun 27 2020
MATHEMATICA
nn = 12; t = Table[0, {nn}]; n = 0; found = 0; While[found < nn, n++; cnt = Length[FactorInteger[n, GaussianIntegers -> True]]; If[cnt <= nn && t[[cnt]] == 0, t[[cnt]] = n; found++]]; t
CROSSREFS
KEYWORD
nonn,more
AUTHOR
T. D. Noe, Mar 31 2014
EXTENSIONS
a(14)-a(16) from Amiram Eldar, Jun 27 2020
STATUS
approved
