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!)
A226747 Difference between the smallest 10^n-digit Sophie Germain prime and 10^(10^n - 1). 0
1, 289, 44239, 2222239, 114862711 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
G. L. Honaker, Jr. and Chris Caldwell, 10000...44239 (100-digits)
Eric Weisstein's World of Mathematics, Sophie Germain Prime
MATHEMATICA
lst = {}; Do[s = 10^(10^n - 1); n = NextPrime[s]; While[! PrimeQ[2*n + 1], n = NextPrime[n]]; AppendTo[lst, n - s], {n, 0, 2}]; lst
CROSSREFS
Cf. A005384.
Sequence in context: A296404 A156161 A114762 * A260866 A252360 A125249
KEYWORD
base,hard,more,nonn
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 April 18 20:10 EDT 2024. Contains 371781 sequences. (Running on oeis4.)