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!)
A113567 Numbers n such that prime(n) +- n, prime(n) +- 2n and prime(n) +- 3n are all primes. 1
252420, 874650, 1413510, 2053380, 2298240, 2456160, 4640370, 7529340, 8708910, 11205390, 18734310, 22141980, 23680650, 26407920, 30866010, 31340400, 38515050, 43242780, 44584260, 58430400, 61172790, 62739180, 64449210 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
t = {}; p = 2*3*5*7; Do[ If[ PrimeQ[Prime[p*n] - p*3n] && PrimeQ[Prime[p*n] - p*2n] && PrimeQ[Prime[p*n] - p*n] && PrimeQ[Prime[p*n] + p*n] && PrimeQ[Prime[p*n] + p*2n] && PrimeQ[Prime[p*n] + p*3n], AppendTo[t, n]], {n, 2194723}]; p*t
CROSSREFS
Sequence in context: A183668 A235025 A237106 * A083628 A212843 A270267
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 20 2005
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 14:50 EDT 2024. Contains 371792 sequences. (Running on oeis4.)