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!)
A322301 Primes p such that 5*2^p + 1 is also prime. 0
3, 7, 13, 127, 3313, 23473, 819739 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes in A002254.
LINKS
MAPLE
select(p->isprime(p) and isprime(5*2^p+1), [$0..5000]); # Muniru A Asiru, Dec 19 2018
MATHEMATICA
Select[Prime[Range[4000]], PrimeQ[5 2^# + 1] &]
PROG
(Magma) [p: p in PrimesUpTo (10000) | IsPrime(5*2^p+1)];
CROSSREFS
Sequence in context: A237890 A082718 A221211 * A154821 A353008 A084741
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Dec 19 2018
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)