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!)
A322749 Primes in A032420. 0
3, 5, 7, 31, 37, 41, 61, 103, 137, 2053, 125887, 968467 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, primes p such that 141*2^p+1 is prime.
LINKS
MAPLE
select(p->isprime(p) and isprime(141*2^p+1), [$1..400]);
MATHEMATICA
Select[Prime[Range[140]], PrimeQ[141*2^#+1]&] (* Harvey P. Dale, Sep 04 2023 *)
PROG
(GAP) Filtered([1..400], p->IsPrime(p) and IsPrime(141*2^p+1));
CROSSREFS
Subsequence of A032420.
Sequence in context: A124077 A288891 A358699 * A270269 A247104 A006378
KEYWORD
nonn,more
AUTHOR
Muniru A Asiru, Dec 25 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 July 10 05:22 EDT 2024. Contains 374194 sequences. (Running on oeis4.)