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!)
A206038 Values of the difference d for 4 primes in arithmetic progression with the minimal start sequence {5 + j*d}, j = 0 to 3. 9

%I #14 Oct 20 2014 17:15:13

%S 6,12,18,42,48,54,84,96,126,132,252,348,396,426,438,474,594,636,642,

%T 648,678,804,858,1176,1218,1272,1302,1314,1362,1428,1482,1566,1692,

%U 1728,1896,1992,2064,2106,2238,2394,2442,2574,2616,2688,2694,2706,2832,2856,2898

%N Values of the difference d for 4 primes in arithmetic progression with the minimal start sequence {5 + j*d}, j = 0 to 3.

%C The computations were done without any assumptions on the form of d.

%H Sameen Ahmed Khan, <a href="/A206038/b206038.txt">Table of n, a(n) for n = 1..10000</a>

%H S. A. Khan, <a href="http://arxiv.org/abs/1203.2083">Primes in Geometric-Arithmetic Progression</a>, arXiv preprint arXiv:1203.2083, 2012. - From _N. J. A. Sloane_, Sep 15 2012

%e d = 18 then {5, 5 + 1*18, 5 + 2*18, 5 + 3*18} = {5, 23, 41, 59}, which is 4 primes in arithmetic progression.

%t t={}; Do[If[PrimeQ[{5, 5 + d, 5 + 2*d, 5 + 3*d}] == {True, True, True, True}, AppendTo[t, d]], {d, 3000}]; t

%Y Cf. A040976, A206037 - A206045.

%K nonn

%O 1,1

%A _Sameen Ahmed Khan_, Feb 03 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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)