A332704 Record indices of the ratio A280008(n) / A002375(n) (Goldbach conjecture related).
3, 5, 33, 63, 165, 315, 255255
Offset: 1
Programs
-
PARI
lastx=1; record=999; for(n=4, 1000, x=0; forprime(i=3, n, if(isprime(2*n-i), x=x+1; ); ); y=(x-lastx)/lastx; if(y
Comments