login

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”).

Primes not in A092058.
0

%I #1 Jun 12 2004 03:00:00

%S 3,11,19,23,43,53,61,67,79,83,89,97,101,107,109,127,137,149,151,157,

%T 163,167,173,181,191,193,197,199,211,223,227,229,233,239,241,263,269,

%U 271,277,293,307,311,313,331,347,359,367,373,379,389,401,419,431,433,439

%N Primes not in A092058.

%o (PARI) for (i=1,1500,if(isprime(i) && !isprime(2*prime(i)^2-1),print1(i,",")))

%Y Cf. A092057 A092058 A092059.

%K easy,nonn

%O 0,1

%A mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Feb 19 2004