The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A153503 Primes p such that 2^(p-1)+3 is prime. 2
2, 3, 5, 7, 13, 17, 19, 29, 31, 229, 2371, 4003, 33029, 55457, 58313, 205963 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A prime p is in the sequence if and only if p-1 is in A057732.
LINKS
EXAMPLE
For p = 2, 2^(p-1)+3 = 5 is prime;
for p = 17, 2^(p-1)+3 = 65539 is prime;
for p = 31, 2^(p-1)+3 = 1073741827 is prime.
MATHEMATICA
Select[Prime[Range[3000]], PrimeQ[2^(# - 1) + 3] &] (* Vincenzo Librandi, Jun 09 2015
PROG
[p: p in PrimesUpTo(2000) | IsPrime(2^(p-1) + 3)]; // Vincenzo Librandi, Jun 09 2015
CROSSREFS
Cf. A057732 (numbers n such that 2^n + 3 is prime), A057736 (primes p such that 2^p + 3 is prime), A000043 (primes p such that 2^p - 1 is prime).
Sequence in context: A134207 A133244 A077040 * A049587 A293008 A038903
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Dec 28 2008
EXTENSIONS
Edited and a(13)-a(15) (based on A057732) added by Klaus Brockhaus, Jan 06 2009
a(16) by Vincenzo Librandi, Jun 09 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 June 9 16:35 EDT 2024. Contains 373248 sequences. (Running on oeis4.)