OFFSET
1,2
COMMENTS
Squarefree terms are: 1, 39, 793, 2379, 76921, 230763, 8329831, 24989493, 53695813, 161087439, ... Quotients are: 1, 61, 873, 3783, 11737, 26543, 85563, 141911, 370773, 417263, 1155561, ... - Michel Marcus, Nov 23 2013
Many terms are also in sequence A069520, cf. A232067 for the intersection of these two sequences. - M. F. Hasler, Nov 24 2013
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..200
Jose Arnaldo Bebita Dris, A new approach to odd perfect numbers via GCDs, arXiv:2202.08116 [math.NT], 2022.
FORMULA
A065764(a(n)) mod a(n) = 0.
MATHEMATICA
Select[Range[10^5], Divisible[DivisorSigma[1, #^2], #] &] (* Alonso del Arte, Dec 06 2013 *)
PROG
(PARI) isok(n) = (sigma(n^2) % n) == 0; \\ Michel Marcus, Nov 23 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Nov 22 2013
STATUS
approved