A092816 Number of Sophie Germain primes less than 10^n.
3, 10, 37, 190, 1171, 7746, 56032, 423140, 3308859, 26569515, 218116524, 1822848478, 15462601989, 132822315652
Offset: 1
Examples
The Sophie Germain primes up to 10 are 2 (since 5 is prime), 3 (since 7 is prime), and 5 (since 11 is prime), so a(1) = 3.
References
- P. Ribenboim, The Little Book of Big Primes, Springer-Verlag, New York, 1991, p. 228.
Links
- C. K. Caldwell, An amazing prime heuristic, Table 6.
- Eric Weisstein's World of Mathematics, Sophie Germain Prime
Formula
For 1 < n < 15, a(n) ~ e * (pi(2*10^n) - pi(10^n)) / (5*n - 5) where e is Napier's constant, see A001113 (we use n > 1 to avoid division by zero; whether the formula holds for any n > 14 is unknown). - Sergey Pavlov, Apr 07 2021 [This formula fails under the Hardy-Littlewood conjecture; the leading constant is wrong. - Charles R Greathouse IV, Aug 03 2023]
For any n, a(n) = qcc(x) - (10^n - pi(10^n) - pi(2 * 10^n + 1) + 1) where qcc(x) is the number of "common composite numbers" c <= 10^n such that both c and c' = 2*c + 1 are composite (trivial). - Sergey Pavlov, Apr 08 2021
Extensions
a(10) computed by Eric W. Weisstein, Nov 02 2005
a(11)-a(12) from Donovan Johnson, Jun 19 2010
a(13)-a(14) from Giovanni Resta, Sep 04 2017
Comments