OFFSET
1,2
COMMENTS
Conjecture 1: the initial 1 is the only square in this sequence, and a(2) = 2 is the only term that is twice a square.
Conjecture 2: A323653 is a subsequence (which would follow from conjecture 1 (c) given there).
Conjecture 3: The only common term with A387727 is 1. - Antti Karttunen, Sep 12 2025
LINKS
MATHEMATICA
rad[n_] := Times @@ First /@ FactorInteger[n]; a057521[n_] := n/Denominator[n/rad[n]^2]; Select[Range[653], a057521[DivisorSigma[1, #]]==a057521[#]&] (* James C. McMahon, Aug 18 2025 *)
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 17 2025
STATUS
approved
