OFFSET
1,1
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..89
EXAMPLE
6 is in this sequence because 2^6 - 1 = 63 is divisible by 9 = 3^2.
PROG
(Magma) [n: n in [1..200] | IsSquarefree(n) and not IsSquarefree(2^n-1)];
CROSSREFS
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Dec 31 2016
EXTENSIONS
a(38)=498 inserted by Amiram Eldar, Oct 23 2019
STATUS
approved