|
Search: id:A085420
|
|
|
| A085420 |
|
For each n, let p(n,b) be the smallest prime in the arithmetic progression k*n+b, with k > 0. Then a(n) = max(p(n,b)) with 0 < b < n and gcd(b,n) = 1. |
|
+0 3
|
|
| 3, 7, 7, 19, 11, 29, 23, 43, 19, 71, 23, 103, 53, 43, 43, 103, 53, 191, 59, 97, 79, 233, 73, 269, 103, 173, 83, 317, 79, 577, 151, 227, 193, 239, 157, 439, 191, 233, 157, 587, 107, 467, 257, 389, 307, 967, 191, 613, 269, 421, 601, 659, 199, 353, 233, 433, 317, 709
(list; graph; listen)
|
|
|
OFFSET
|
2,1
|
|
|
COMMENT
|
Linnik proved that there are n0 and L such that a(n) < n^L for all n > n0. It has been conjectured that a(n) < n^2. The sequence A034694 has the primes p(n,1).
|
|
REFERENCES
|
P. Ribenboim, The New Book of Prime Number Records, Springer, 1996, p. 277-284.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=2..10000
Eric Weisstein's World of Mathematics, Linnik's Theorem
A. Granville, Least primes in arithmetic progressions, Th\'eorie des nombres / Number Theory (ed. J.M. De Koninck & C. Levesque), (de Gruyter, New York, 1989), 306-321.
|
|
EXAMPLE
|
a(5) = 19 because p(5,1) = 11, p(5,2) = 7, p(5,3) = 13, and p(5,4) = 19.
|
|
MATHEMATICA
|
minP[n_, a_] := Module[{k, p}, If[GCD[n, a]>1, p=0, k=1; While[ !PrimeQ[k*n+a], k++ ]; p=k*n+a]; p]; Table[Max[Table[minP[n, i], {i, n-1}]], {n, 2, 100}]
|
|
CROSSREFS
|
Cf. A034694.
Adjacent sequences: A085417 A085418 A085419 this_sequence A085421 A085422 A085423
Sequence in context: A081218 A130003 A098581 this_sequence A113833 A121172 A077629
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
T. D. Noe (noe(AT)sspectra.com), Jun 29 2003
|
|
|
Search completed in 0.002 seconds
|