|
Search: id:A038606
|
|
|
| A038606 |
|
Least k such that k-th prime > n * k. |
|
+0 4
|
|
| 1, 5, 12, 31, 69, 181, 443, 1052, 2701, 6455, 15928, 40073, 100362, 251707, 637235, 1617175, 4124437, 10553415, 27066974, 69709680, 179992909, 465769803, 1208198526, 3140421716, 8179002096, 21338685407, 55762149030, 145935689361
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Log(a(n)) =~ -1.295 + 0.964312n. - Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 25 2002
Numbers n such that Prime(n) (mod n) begins the next cycle of terms in A004648. Generally Prime(i) (mod i) exceeds Prime(i-1) (mod i-1) but there are numerous times where for a short run Prime(i) (mod i) is minimally less than its predecessor. Here n is substantially less. See Labos's graph.
|
|
LINKS
|
Labos, E. Graph of first 50000 terms
Andrew R. Booker, The Nth Prime Page
|
|
FORMULA
|
a(n) = pi(A038607(n)) = A000720(A038607(n)).
|
|
MATHEMATICA
|
k = 1; Do[ While[ Floor[ Prime[k]/k] < n, k++ ]; Print[k]; k++, {n, 1, 30} ]
|
|
CROSSREFS
|
Cf. A038607, A004648.
Sequence in context: A015625 A038357 A090974 this_sequence A066280 A136113 A050189
Adjacent sequences: A038603 A038604 A038605 this_sequence A038607 A038608 A038609
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Vasiliy Danilov (danilovv(AT)usa.net) 1998 Jul
|
|
EXTENSIONS
|
Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 25 2002
a(21)=179992909 corrected by Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 01 2004
|
|
|
Search completed in 0.002 seconds
|