OFFSET
1,2
COMMENTS
Here -1, i, and -i are counted as factors. The factor 1 is counted only in a(1).
LINKS
T. D. Noe, Table of n, a(n) for n = 1..10000
EXAMPLE
a(2) = 2 because 2 = -i * (1 + i)^2.
a(3) = 1 because 3 is prime over the complex numbers.
a(4) = 2 because 4 = -1 * (1 + i)^4.
MATHEMATICA
Table[Length[FactorInteger[n, GaussianIntegers -> True]], {n, 100}]
CROSSREFS
KEYWORD
nonn
AUTHOR
T. D. Noe, Mar 31 2014
STATUS
approved