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

%I #7 Sep 04 2023 17:36:28

%S 3,5,7,31,37,41,61,103,137,2053,125887,968467

%N Primes in A032420.

%C Equivalently, primes p such that 141*2^p+1 is prime.

%p select(p->isprime(p) and isprime(141*2^p+1),[$1..400]);

%t Select[Prime[Range[140]],PrimeQ[141*2^#+1]&] (* _Harvey P. Dale_, Sep 04 2023 *)

%o (GAP) Filtered([1..400],p->IsPrime(p) and IsPrime(141*2^p+1));

%Y Subsequence of A032420.

%K nonn,more

%O 1,1

%A _Muniru A Asiru_, Dec 25 2018

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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)