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.

A239007 Difference between the smallest 10^n-digit member of a sexy prime pair and 10^(10^n - 1).

Original entry on oeis.org

4, 87, 34951, 73203, 475341523
Offset: 0

Views

Author

Arkadiusz Wesolowski, Mar 08 2014

Keywords

Crossrefs

Cf. A023201.

Programs

  • Mathematica
    lst = {}; Do[s = 10^(10^n - 1); n = NextPrime[s]; While[! PrimeQ[n + 6], n = NextPrime[n]]; AppendTo[lst, n - s], {n, 0, 2}]; lst