OFFSET
1,2
COMMENTS
Numbers k such that A062327(k) | k.
All the odd terms are squares.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
6 is a term since it is divisible by A062327(6) = 6.
MATHEMATICA
Select[Range[2400], Divisible[#, DivisorSigma[0, #, GaussianIntegers -> True]] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 22 2022
STATUS
approved