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.

A033984 Odd integers n such that 2^n == 16 (mod n).

Original entry on oeis.org

1, 7, 40369, 673663, 990409, 1697609, 2073127, 6462649, 7527199, 7559479, 14421169, 21484129, 37825753, 57233047, 130647919, 141735559, 179203369, 188967289, 218206489, 259195009, 264538057, 277628449, 330662479, 398321239, 501126487
Offset: 1

Views

Author

Joe K. Crump (joecr(AT)carolina.rr.com)

Keywords

Comments

The odd terms of A015924.
For all m, 2^A128121(m)-1 belongs to this sequence.

Crossrefs

Besides initial terms, the sequence coincides with A173138.

Programs

  • Mathematica
    Select[Range[1,510000001,2],PowerMod[2,#,#]==16&] (* Harvey P. Dale, Dec 11 2010 *)

Extensions

Edited and terms 1,7 prepended by Max Alekseyev, Aug 09 2012