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.

A110067 Numbers n such that 10^n + sigma(n) is prime.

Original entry on oeis.org

1, 2, 4, 242
Offset: 1

Views

Author

Farideh Firoozbakht, Jul 12 2005

Keywords

Comments

All terms are of the form k^2 or 2*k^2. There is no further term up to 16000.
a(5) > 10^6 or it doesn't exist. - Robert Price, Mar 03 2015

Crossrefs

Programs

  • Mathematica
    Do[If[PrimeQ[10^n + DivisorSigma[1, n]], Print[n]], {n, 16000}]