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!)
A059500 Primes p such that both q=(p-1)/2 and 2p + 1 = 4q + 3 are composite numbers. Intersection of A059456 and A053176. 8

%I #27 Apr 03 2023 10:36:09

%S 13,17,19,31,37,43,61,67,71,73,79,97,101,103,109,127,137,139,149,151,

%T 157,163,181,193,197,199,211,223,229,241,257,269,271,277,283,307,311,

%U 313,317,331,337,349,353,367,373,379,389,397,401,409,421,433,439,449

%N Primes p such that both q=(p-1)/2 and 2p + 1 = 4q + 3 are composite numbers. Intersection of A059456 and A053176.

%C Primes which are neither safe nor of Sophie Germain type.

%C Primes not in Cunningham chains of the first kind. - _Alonso del Arte_, Jun 30 2005

%C A010051(a(n))*(1-A156660(a(n)))*(1-A156659(a(n))) = 1; A156878 gives numbers of these numbers <= n. - _Reinhard Zumkeller_, Feb 18 2009

%H Amiram Eldar, <a href="/A059500/b059500.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..1000 from _Reinhard Zumkeller)

%H C. K. Caldwell, <a href="https://t5k.org/glossary/page.php/CunninghamChain">Cunningham Chains</a>

%F a(n) ~ n log n. - _Charles R Greathouse IV_, Jan 16 2013

%e Prime p=17 is here because both 35 and 8 are composite numbers. Such primes fall "out of" any Cunningham chain of first kind (or generate Cunningham chains of 0-length).

%t Complement[Prime[Range[100]], Select[Prime[Range[100]], PrimeQ[2# + 1] &], Select[Prime[Range[100]], PrimeQ[(# - 1)/2] &]] (Delarte)

%t Select[Prime[Range[100]],!PrimeQ[q=2#+1]&&!PrimeQ[(#-1)/2]&] (* _Zak Seidov_, Mar 09 2013 *)

%o (PARI) is(n)=isprime(n)&&!isprime(n\2)&&!isprime(2*n+1) \\ _Charles R Greathouse IV_, Jan 16 2013

%Y Cf. A005384, A005385, A053176, A059452-A059456, A007700, A005602, A023272, A023302, A023330, A156658.

%K nonn

%O 1,1

%A _Labos Elemer_, Feb 05 2001

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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)