[go: up one dir, main page]

login
A332319
Imaginary part of Gaussian norm-multiply-perfect numbers, in order of increasing norm.
4
0, 1, 3, 1, 2, 5, 4, 10, 16, 14, 2, 18, 22, 26, 18, 20, 41, 1, 36, 48, 24, 12, 65, 70, 24, 64, 82, 88, 45, 15, 100, 20, 94, 100, 130, 132, 84, 120, 184, 30, 148, 108, 32, 216, 192, 48, 228, 212, 51, 24, 252, 188, 60, 282, 283, 209, 312, 216, 198, 440, 102, 490
OFFSET
1,3
COMMENTS
See A332318 (the corresponding real parts) for the definition of Gaussian norm-multiply-perfect numbers.
LINKS
MATHEMATICA
csigma[z_] := DivisorSigma[1, z, GaussianIntegers -> True]; normultPerf[z_] := Divisible[Abs[csigma[z]]^2, Abs[z]^2]; seq = {}; max = 10^2; Do[z = a + b*I; If[Abs[z] <= max && normultPerf[z], AppendTo[seq, {Abs[z]^2, z}]], {a, 1, max}, {b, 0, max}]; Im[Transpose[Sort[seq]][[2]]] (* after T. D. Noe at A102532 *)
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 09 2020
STATUS
approved