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!)
A322302 Primes p such that 11*2^p + 1 is also prime. 0
3, 5, 7, 19, 43, 127, 211, 15329, 28277, 3771821 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes in A002261.
LINKS
MAPLE
select(p->isprime(p) and isprime(11*2^p+1), [$1..1000]); # Muniru A Asiru, Dec 20 2018
MATHEMATICA
Select[Prime[Range[1000]], PrimeQ[11 2^# + 1] &]
PROG
(Magma) [p: p in PrimesUpTo (6000) | IsPrime(11*2^p+1)];
(GAP) Filtered([1..1000], p -> IsPrime(p) and IsPrime(11*2^p+1)); # Muniru A Asiru, Dec 20 2018
CROSSREFS
Sequence in context: A106919 A005850 A052334 * A154526 A126144 A171643
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Dec 20 2018
EXTENSIONS
a(10) from Joerg Arndt Dec 20 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 19 03:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)