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!)
A216496 Primes that are not in A094383. 1

%I #5 Sep 08 2012 14:20:55

%S 2,3,5,7,11,13,17,19,31,37,47,61,67,71,73,89,109,137,179,211,277,337,

%T 379,499,557

%N Primes that are not in A094383.

%C Conjecture: a(25)=557 is the last term.

%t prms = 3; fQ[p_] := Module[{d = 1}, While[prms*d < p && Union[PrimeQ[p - Range[prms]*d]] != {True}, d++]; prms*d < p]; Select[Prime[Range[PrimePi[10000]]], ! fQ[#] &] (* _T. D. Noe_, Sep 08 2012 *)

%Y Cf. A216495, A094383, A216497, A216498, A216468.

%K nonn

%O 1,1

%A _Alex Ratushnyak_, Sep 08 2012

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 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)