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.

A282945 Numbers k such that 5*2^k + 1 is a prime factor of a generalized Fermat number 7^(2^m) + 1 for some m.

Original entry on oeis.org

15, 13165, 23473, 1777515
Offset: 1

Views

Author

Arkadiusz Wesolowski, Feb 25 2017

Keywords

Crossrefs

Programs

  • Mathematica
    lst = {}; Do[p = 5*2^n + 1; If[PrimeQ[p] && IntegerQ@Log[2, MultiplicativeOrder[7, p]], AppendTo[lst, n]], {n, 1, 13165, 2}]; lst