The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A307176 Number of Sophie Germain primes of the form 4k + 1 less than 10^n. 1
1, 5, 17, 89, 589, 3833, 27940, 211439, 1653257, 13283194, 109058142, 911411528, 7731354496 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sophie Germain primes can alternatively be Lucasian primes, primes of the form 4k + 1, or, the individual prime 2.
LINKS
FORMULA
a(n) < A092816(n).
a(n) <= A091098(n) (with equality for n = 1).
a(n) = A092816(n) - A307121(n) - 1.
EXAMPLE
There are five Sophie Germain Primes of the form 4k + 1 below 10^2: {5, 29, 41, 53, 89}, therefore a(2) = 5.
MATHEMATICA
nonLucSophies = Select[4Range[2500000] + 1, PrimeQ[#] && PrimeQ[2# + 1] &]; Table[Length[Select[nonLucSophies, # < 10^n &]], {n, 0, 7}]
CROSSREFS
Sequence in context: A089923 A145041 A212291 * A309175 A179684 A250744
KEYWORD
nonn,more
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 16 08:41 EDT 2024. Contains 372552 sequences. (Running on oeis4.)