OFFSET
1,2
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..375
Robert Spira, The Complex Sum of Divisors, The American Mathematical Monthly, Vol. 68, No. 2 (1961), pp. 120-124.
EXAMPLE
The first 6 terms of A103230 are 1, 13, 16, 41, 80, 208, 64, 113, 169, 1040. The record values occur at n = 1, 2, 3, 4, 5, 6, 10, the first 7 terms of this sequence.
MATHEMATICA
s[n_] := Abs[DivisorSigma[1, n, GaussianIntegers -> True]]^2; sm = 0; seq = {}; Do[s1 = s[n]; If[s1 > sm, sm = s1; AppendTo[seq, n]], {n, 1, 10^4}]; seq
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 09 2020
STATUS
approved