A266948 Least prime p such that p-2 and 6n-p are also prime, or 0 if no such prime exists.
0, 0, 5, 5, 5, 7, 5, 5, 5, 7, 7, 5, 5, 5, 5, 7, 7, 5, 5, 5, 7, 13, 5, 7, 5, 13, 5, 5, 5, 7, 7, 5, 13, 5, 5, 13, 5, 31, 5, 5, 7, 5, 13, 7, 7, 7, 5, 5, 5, 13, 7, 13, 5, 5, 7, 13, 5, 5, 31, 5, 7, 7, 5, 5, 5, 7, 7, 5, 7, 5, 19, 5, 13, 5, 5, 7, 7, 5, 5, 7, 13, 7, 5, 7, 5, 7, 7, 13, 5, 13, 19, 5, 5, 109, 7, 7, 5, 5, 19, 7, 7, 5, 5, 5, 5, 13, 5, 43, 5, 7, 7, 5, 13, 5, 7, 7, 5, 19, 7, 5, 19
Offset: 0
Keywords
Links
- Harvey Dubner, Twin Prime Conjectures, Journal of Recreational Mathematics, Vol. 30 (3), 1999-2000.
- Bill Krys, Not much response but I still think this is outrageous result, Yahoo! group primenumbers, Jan. 6, 2016
- Bill Krys, not much response, but i still think this is outrageous result, message in primenumbers Yahoo group, Jan 6, 2016 [cached copy].
- Dan Zwillinger, A Goldbach Conjecture Using Twin Primes, Math. Comp. 33, No.147 (1979), p.1071.
Programs
-
PARI
A266948(n)=my(GP(n,p=2)=forprime(p=p,n,isprime(n*2-p)&&return(p)));for(p=1,3*n,isprime(-2+p=GP(3*n,p))&&return(p))
Comments