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!)
A233002 Primes p > 3 such that p+6*k is composite for all k from 1 to 100. 1
1917214927, 1917281213, 2540118761, 2560601663, 2977271357, 3059526377, 3868900621, 4211712397, 4237592851, 4823026847, 4899889741, 5120099581, 5719551907, 5822257871, 5880593053, 6362295487 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
In some sense this is the opposite to the problem of (consecutive) primes in the arithmetic progression PAP or CPAP.
Note that in many cases p + 6*k are composite for k = 1..m with m > 100.
Maximal found value of m = 148 for a(615) = 50100585793 = prime(2123734960).
Is it possible to find primes p giving, say, thousand composites p+6*k, k = 1..1000 or even more?
Of course we exclude the cases p = 2 and 3 as they give an infinite number of composites of the form p + 6*k.
LINKS
Zak Seidov, Table of n, a(n) for n = 1..2035 (all terms up to 10^11)
EXAMPLE
1917214927 + {6, 12, 18, 24, ..., 600} are all composite.
MATHEMATICA
Select[Prime[Range[3*10^8]], AllTrue[#+6*Range[100], CompositeQ]&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Mar 25 2018 *)
CROSSREFS
Sequence in context: A103752 A105383 A339251 * A165075 A034252 A016931
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Dec 03 2013
EXTENSIONS
First two terms prepended by Harvey P. Dale, Mar 25 2018
2, 3 removed again by Georg Fischer, Jan 20 2019
STATUS
approved

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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)