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!)
A209205 Values of the difference d for 6 primes in geometric-arithmetic progression with the minimal sequence {7*7^j + j*d}, j = 0 to 5. 10
144, 1494, 1740, 2040, 3324, 4044, 6420, 12804, 13260, 13464, 13620, 15444, 25824, 31524, 31674, 31680, 32124, 33720, 38064, 40410, 44634, 45804, 46260, 51810, 54510, 56100, 58914, 60810, 68004, 69114, 70794, 74574, 76050, 77694, 80580, 81510, 82434, 89244 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A geometric-arithmetic progression of primes is a set of k primes (denoted by GAP-k) of the form p r^j + j d for fixed p, r and d and consecutive j. Symbolically, for r = 1, this sequence simplifies to the familiar primes in arithmetic progression (denoted by AP-k). The computations were done without any assumptions on the form of d. Primality requires d to be multiple of 3# = 6 and coprime to 7.
LINKS
Sameen Ahmed Khan, Primes in Geometric-Arithmetic Progression, arXiv:1203.2083v1 [math.NT], (Mar 09 2012).
EXAMPLE
d = 1494 then {7*7^j + j*d}, j = 0 to 5, is {7, 1543, 3331, 6883, 22783, 125119}, which is 6 primes in geometric-arithmetic progression.
MATHEMATICA
p = 7; gapset6d = {}; Do[If[PrimeQ[{p, p*p + d, p*p^2 + 2*d, p*p^3 + 3*d, p*p^4 + 4*d, p*p^5 + 5*d}] == {True, True, True, True, True, True}, AppendTo[gapset6d, d]], {d, 0, 100000, 2}]; gapset6d
CROSSREFS
Sequence in context: A169859 A137416 A109117 * A223594 A223445 A186934
KEYWORD
nonn
AUTHOR
Sameen Ahmed Khan, Mar 06 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 May 1 17:11 EDT 2024. Contains 372175 sequences. (Running on oeis4.)