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!)
A266517 Sophie Germain primes p such that (2^(p+7)*5^(p+5)-204979)/9 is also prime. 0
5, 11, 239, 4073 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A005384 and A266421.
a(n) mod 19, a(n) mod 29, a(n) mod 37, and a(n) mod 59 are also primes.
a(5) > 70000 (if it exists).
LINKS
MATHEMATICA
Select[ Prime[ Range[600]], PrimeQ[2# + 1] && PrimeQ[(2^(#+7) * 5^(#+5) - 204979) / 9] &]
PROG
(Magma) [p: p in PrimesUpTo(500) | IsPrime(2*p+1) and IsPrime((2^(p+7)*5^(p+5)-204979) div 9)]; // Vincenzo Librandi, Jan 07 2016
CROSSREFS
Sequence in context: A159009 A230841 A139187 * A228054 A283354 A156330
KEYWORD
nonn,hard,more
AUTHOR
Mikk Heidemaa, Dec 30 2015
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)