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.

A153432 Numbers m such that all ten numbers 10^k*m+1; k=0,1,...,9 are prime.

Original entry on oeis.org

15538734736, 28034367522, 41221375552, 89468493268, 92220460962, 95951017078, 105627706800, 108012908976, 147689513538, 161055865908, 177073756566, 181921823202, 185137153012, 192336309046, 212463686778
Offset: 1

Views

Author

Farideh Firoozbakht, Mar 31 2009

Keywords

Comments

If m & n are in the sequence, k<10 and r=m*n*10^k -1 is prime then r has at least k+1 representations of the form p*q-(p+q)where p & q are prime.

Crossrefs

Subsequence of A006093 and of A008596.

Formula

a(n) >> n log^10 n. - Charles R Greathouse IV, Dec 29 2024