cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A280296 Squarefree numbers k such that 2^k - 1 is divisible by a square > 1.

Original entry on oeis.org

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

Views

Author

Juri-Stepan Gerasimov, Dec 31 2016

Keywords

Comments

Intersection of A049094 and A005117. - Michel Marcus, Dec 31 2016

Examples

			6 is in this sequence because 2^6 - 1 = 63 is divisible by 9 = 3^2.
		

Crossrefs

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