proposed
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
proposed
approved
editing
proposed
Odd primes p for which there is an equal number of are exactly as many primes in the range [prevprime(p)^2, prevprime(p)*p] as there are primes in the range [prevprime(p)*p, p^2], where prevprime(p) gives the previous prime before prime p.
approved
editing
proposed
approved
editing
proposed
Select[Prime@ Range[2, 500], Count[Range[NextPrime[#, -1]^2, # NextPrime[#, -1]], _?PrimeQ] == Count[Range[# NextPrime[#, -1], #^2], _?PrimeQ] &] (* Michael De Vlieger, Mar 30 2015 *)
proposed
editing
editing
proposed
Odd primes p for which there is an equal number of primes in range [prevprime(p)^2, prevprime(p)*p] as there are primes in range [prevprime(p)*p, p^2], where prevprime(p) gives the previous prime before prime p.
For p=3, we have in the range [2*2, 2*3] just one prime {5}, and also in the latter range [2*3, 3*3] just one prime {7}, thus 3 is included in the sequence.
Odd primes p for which there is exactly the same an equal number of primes in the range [prevprime(p)^2, prevprime(p)*p] than as in the range [prevprime(p)*p, p^2], where prevprime(p) gives the previous prime before prime p.
allocated Odd primes p for Antti Karttunenwhich there is exactly the same number of primes in the range [prevprime(p)^2, prevprime(p)*p] than in the range [prevprime(p)*p, p^2], where prevprime(p) gives the previous prime before prime p.
3, 31, 47, 61, 73, 467, 607, 883, 1051, 1109, 1181, 1453, 2333, 2593, 2693, 2699, 2789, 3089, 3109, 3919, 8563, 12893, 13009, 13807, 13877, 13879, 15511, 18461, 19483, 20389, 23021, 25087, 26647, 29191, 32803, 33767, 35339, 41651, 43991, 46301, 47051, 49223, 51581, 63127
1,1
allocated
nonn
Antti Karttunen, Mar 30 2015
approved
editing