OFFSET
1,2
COMMENTS
Sequence A232354 starts in a very similar way, and the two sequences have a common subsequence A232067 = (1, 39, 793, 2379, 7137, 76921, 230763, ...), but neither is a subsequence of the other. - M. F. Hasler, Nov 24 2013
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..500
MATHEMATICA
s[n_] := DivisorSum[n, # * DivisorSigma[1, #] &]; Select[Range[300000], Divisible[s[#], #] &] (* Amiram Eldar, May 14 2022 *)
PROG
(PARI) is_A069520(n)=!(sumdiv(n, d, d*sigma(d))%n) \\ - M. F. Hasler, Nov 24 2013
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 16 2002
STATUS
approved