login
A280296
Squarefree numbers k such that 2^k - 1 is divisible by a square > 1.
5
6, 21, 30, 42, 66, 78, 102, 105, 110, 114, 138, 155, 174, 186, 210, 222, 231, 246, 253, 258, 273, 282, 310, 318, 330, 354, 357, 366, 390, 399, 402, 426, 438, 462, 465, 474, 483, 498, 506, 510, 534, 546, 570, 582, 602, 606, 609, 618, 642, 651, 654, 678, 690, 714, 759, 762, 770, 777, 786, 798, 822
OFFSET
1,1
COMMENTS
Intersection of A049094 and A005117. - Michel Marcus, Dec 31 2016
LINKS
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
EXTENSIONS
a(38)=498 inserted by Amiram Eldar, Oct 23 2019
STATUS
approved