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.

A110066 Numbers n such that 10^n - prime(n) is prime.

Original entry on oeis.org

2, 5, 40, 69, 586, 927, 1393, 11411, 32741, 79040
Offset: 1

Views

Author

Farideh Firoozbakht, Jul 12 2005

Keywords

Comments

There is no further term up to 10800.
a(11) > 10^5. - Robert Price, Feb 26 2015

Crossrefs

Programs

  • Mathematica
    Do[If[PrimeQ[10^n - Prime[n]], Print[n]], {n, 10800}]
  • PARI
    is(n)=ispseudoprime(10^n-prime(n)) \\ Charles R Greathouse IV, May 15 2013

Extensions

a(8)-a(10) from Robert Price, Feb 26 2015