The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A209207 Values of the difference d for 8 primes in geometric-arithmetic progression with the minimal sequence {11*11^j + j*d}, j = 0 to 7. 10
62610, 165270, 420300, 505980, 669780, 903030, 932400, 1004250, 1052610, 1093080, 1230270, 1231020, 1248120, 1433250, 1571430, 1742040, 1908480, 2668290, 2885220, 3367590, 3416520, 3760290, 3813630, 3965250, 3995340, 4137450, 4334610, 5443620, 5939250 (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 5# = 30 and coprime to 11.
LINKS
Sameen Ahmed Khan, Primes in Geometric-Arithmetic Progression, arXiv:1203.2083v1 [math.NT], (Mar 09 2012).
EXAMPLE
d = 165270 then {11*11^j + j*d}, j = 0 to 8, is {11, 165391, 331871, 510451, 822131, 2597911, 20478791, 215515771}, which is 8 primes in geometric-arithmetic progression.
MATHEMATICA
p = 11; gapset8d = {}; 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, p*p^6 + 6*d, p*p^7 + 7*d}] == {True, True, True, True, True, True, True, True}, AppendTo[gapset8d, d]], {d, 0, 10^7, 2}]
CROSSREFS
Sequence in context: A257157 A254739 A205764 * A224649 A253854 A237675
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 21 15:47 EDT 2024. Contains 372738 sequences. (Running on oeis4.)