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.

A188803 Primes that divide 2^(2^100) - 1 and 10^(10^100) - 1.

Original entry on oeis.org

3, 17, 257, 641, 65537, 167772161, 2748779069441, 46179488366593, 1328165573307087716353, 188894659314785808547841
Offset: 1

Views

Author

Arkadiusz Wesolowski, Apr 12 2011

Keywords

Comments

Probably there are no more terms. [Arkadiusz Wesolowski, Jul 12 2011]

Crossrefs

Cf. A023394.

Programs

  • Mathematica
    Select[Sort[Flatten[Table[z = k*2^n + 1; If[PowerMod[2, 2^100, z] == PowerMod[10, 10^100, z] == 1, z], {k, 1, 21, 2}, {n, 75}]]], PrimeQ] (* Arkadiusz Wesolowski, Sep 08 2011 *)