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.

A146077 Numbers n such that gcd(n, 2^n-2) does not equal the least prime factor of n.

Original entry on oeis.org

28, 35, 45, 55, 70, 77, 95, 105, 112, 115, 119, 143, 153, 154, 155, 161, 165, 175, 186, 187, 196, 203, 209, 215, 221, 225, 231, 235, 238, 247, 253, 275, 276, 280, 285, 287, 295, 299, 319, 322, 323, 325, 329, 335, 341, 345, 355, 364, 371, 377, 385, 391, 395
Offset: 1

Views

Author

Ray Chandler, Apr 11 2009

Keywords

Comments

Also, positive integers n where A159353(n) differs from A032742(n).

Crossrefs

Programs

  • Mathematica
    Select[Range[400],GCD[#,2^#-2]!=FactorInteger[#][[1,1]]&] (* Harvey P. Dale, Dec 14 2015 *)

Extensions

Extended by Ray Chandler, Apr 11 2009