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!)
A344516 Numbers k such that (2^k-5, 2^k-3) are twin primes. 0
3, 4, 6, 10, 12, 20, 150 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms <= A050414(66) = 2086750.
LINKS
G. L. Honaker, Jr. and Chris K. Caldwell, Prime Curios! 150.
EXAMPLE
3 is a term since (2^3-5, 2^3-3) = (3, 5) are twin primes.
MATHEMATICA
Select[Range[150], And @@ PrimeQ[2^# - {3, 5}] &]
CROSSREFS
Intersection of A050414 and A059608.
Cf. A001097.
Sequence in context: A249666 A113887 A103000 * A310001 A310002 A240577
KEYWORD
nonn,more,hard
AUTHOR
Amiram Eldar, May 21 2021
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 17 20:47 EDT 2024. Contains 371767 sequences. (Running on oeis4.)