A110067 Numbers n such that 10^n + sigma(n) is prime.
1, 2, 4, 242
Offset: 1
Programs
-
Mathematica
Do[If[PrimeQ[10^n + DivisorSigma[1, n]], Print[n]], {n, 16000}]
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.
Comments