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.

Previous Showing 11-11 of 11 results.

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

Original entry on oeis.org

15, 1947, 125413, 240937
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[11, p]], AppendTo[lst, n]], {n, 1, 1947, 2}]; lst
Previous Showing 11-11 of 11 results.