A140454 Number of primes p less than 10^n such that p^2-2 is prime.
4, 13, 52, 259, 1595, 10548, 74914, 563533, 4387106
Offset: 1
Keywords
Examples
a(1) = 4 because {2, 3, 5, 7} are the 4 primes p less than 10^1 such that p^2-2 are primes, namely {2, 7, 23, 47}. a(2) = 13 = #{2, 3, 5, 7, 13, 19, 29, 37, 43, 47, 61, 71, 89}.
Links
- Jacob Korevaar, Lower bound for the remainder in the prime-pair conjecture, arXiv:0806.4057
Formula
a(n) = #{p < 10^n in A028870}.
Extensions
a(9) from Donovan Johnson, Feb 17 2010
Comments