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.

A015893 Numbers k such that k | 7^k + 7.

Original entry on oeis.org

1, 2, 4, 7, 8, 14, 28, 35, 56, 91, 172, 175, 616, 742, 904, 946, 1204, 1267, 1288, 2275, 2486, 4795, 5551, 7288, 10396, 10696, 16426, 16471, 18536, 31675, 34126, 38872, 40132, 40775, 58618, 61075, 67768, 72136, 78604, 86296, 117656
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[10^5], Mod[PowerMod[7, #, #] + 7, #] == 0 &] (* Giovanni Resta, Oct 23 2018 *)

Extensions

Missing a(2)-a(3) from Giovanni Resta, Oct 23 2018