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.

Showing 1-1 of 1 results.

A175863 Numbers k > 1 such that 2^(k-1) == (2*k + 1) (mod k^2).

Original entry on oeis.org

7, 71, 379, 2659
Offset: 1

Views

Author

Alzhekeyev Ascar M, Sep 30 2010

Keywords

Comments

No further terms up to 5 million. - Harvey P. Dale, Mar 20 2016
The definition implies 2^(k-1) == 1 (mod k), so all terms are either primes or Sarrus numbers (A001567). There are no further prime terms below 10^12, and no further Sarrus terms below 2^64. - Lucas A. Brown, Feb 19 2024

Crossrefs

Programs

  • Mathematica
    Select[Range[3000],PowerMod[2,#-1,#]==1&&PowerMod[2,#-1,#^2]-1==2*#&] (* Harvey P. Dale, Mar 20 2016 *)
Showing 1-1 of 1 results.