OFFSET
1,1
COMMENTS
Any member of the sequence is divisible by the square of a base 8 Wieferich prime, of which only three cases are known, namely 3, 1093 and 3511.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
PROG
(PARI) forcomposite(n=1, 1e9, if(Mod(8, n)^(n-1)==1, if(!issquarefree(n), print1(n, ", "))))
CROSSREFS
KEYWORD
nonn
AUTHOR
Felix Fröhlich, Aug 18 2014
STATUS
approved