A280296 Squarefree numbers k such that 2^k - 1 is divisible by a square > 1.
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
Keywords
Examples
6 is in this sequence because 2^6 - 1 = 63 is divisible by 9 = 3^2.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..89
Programs
-
Magma
[n: n in [1..200] | IsSquarefree(n) and not IsSquarefree(2^n-1)];
Extensions
a(38)=498 inserted by Amiram Eldar, Oct 23 2019
Comments