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.

A051447 Integers n such that 2^n == 9 (mod n).

Original entry on oeis.org

1, 7, 2228071, 16888457, 352978207, 1737848873, 77362855777, 567442642711
Offset: 1

Views

Author

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

Keywords

Comments

No other terms below 10^15. [Max Alekseyev, May 20 2012]

Crossrefs

Programs

  • Mathematica
    m = 9; Join[Select[Range[m], Divisible[2^# - m, #] &],
    Select[Range[m + 1, 10^3], PowerMod[2, #, #] == m &]] (* Robert Price, Oct 08 2018 *)

Extensions

Edited by N. J. A. Sloane, Jun 22 2008, at the suggestion of Don Reble
Terms 1, 7 prepended by Max Alekseyev, May 18 2011