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!)
A216590 Primes p with property that there exists a number d>0 such that numbers p-k*d, k=1...7, are seven primes. 1
1669, 1879, 2089, 2351, 4969, 5179, 6047, 10883, 11923, 12097, 12143, 12329, 12539, 12763, 13049, 13183, 15413, 15923, 16187, 16547, 16741, 17189, 17581, 18481, 19993, 20201, 21433, 21727, 22303, 22483, 23021, 23053, 23831, 24023, 24749, 25579, 25633, 26111, 26561 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: only 5254157 primes are not in the sequence: 2, 3, ..., 5082095279.
Conjecture: for any k>0 there exists p0 such that for any prime p>p0 there exists a k-term arithmetic progression of primes with p at the end.
LINKS
EXAMPLE
1669 is in the sequence because with d=210: 1459, 1249, 1039, 829, 619, 409, 199 are all primes.
PROG
(PARI) is(n)=my(t); forprime(p=2, n-26, if((n-p)%7==0 && isprime((t=(n-p)/7)+p) && isprime(2*t+p) && isprime(3*t+p) && isprime(4*t+p) && isprime(5*t+p) && isprime(6*t+p) && isprime(n), return(1))); 0 \\ Charles R Greathouse IV, Sep 10 2014
CROSSREFS
Sequence in context: A321001 A054812 A020392 * A098974 A109564 A188008
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Sep 09 2012
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 30 06:27 EDT 2024. Contains 372127 sequences. (Running on oeis4.)