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!)
A110581 Primes p such that 2p-1 is prime, but 4p-3 is not prime. 3
3, 7, 31, 37, 97, 139, 157, 199, 211, 229, 271, 307, 337, 367, 379, 547, 577, 601, 607, 661, 691, 727, 811, 877, 937, 967, 997, 1009, 1171, 1237, 1297, 1399, 1429, 1459, 1609, 1627, 1657, 1759, 1867, 2011, 2029, 2137, 2221, 2281, 2467, 2539, 2551, 2557 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A subsequence of A005382, primes p such that 2p-1 is also prime. Note that for all n, 2a(n)-1 is not in this sequence.
LINKS
Jeffery J. Holt, The minimal number of solutions to phi(n)=phi(n+k), Math. Comp., 72 (2003), 2059-2061.
MATHEMATICA
Select[Prime[Range[2, 1000]], PrimeQ[2#-1] && !PrimeQ[4#-3]&]
PROG
(Magma) [p: p in PrimesUpTo(2600) | IsPrime(2*p-1) and not IsPrime(4*p-3)]; // Vincenzo Librandi, Apr 14 2013
CROSSREFS
Sequence in context: A023266 A359702 A217198 * A128436 A213899 A034915
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, Jul 28 2005
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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)