|
Search: id:A101083
|
|
|
| A101083 |
|
Largest k such that the product (n+1)(n+2)...(n+k) has at least k distinct prime factors. |
|
+0 3
|
|
| 2, 3, 4, 4, 3, 5, 4, 6, 6, 7, 6, 7, 6, 5, 8, 8, 7, 8, 7, 7, 8, 7, 6, 7, 9, 8, 8, 11, 10, 11, 10, 11, 11, 10, 12, 12, 11, 10, 9, 9, 8, 11, 10, 9, 10, 9, 8, 11, 13, 13, 12, 11, 10, 11, 14, 15, 14, 13, 12, 14, 13, 12, 13, 13, 14, 14, 13, 12, 11, 13, 12, 15, 14, 13, 14, 13, 13, 17, 16, 17
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
This sequence is based on a slightly weaker, but still unproved, version of Grimm's conjecture: If there is no prime in the interval [n+1, n+k], then the product (n+1)(n+2)...(n+k) has at least k distinct prime divisors. We have a(n) >= A059686(n), with the two sequences first differing at n=70. Computing a(n) is much faster than computing A059686.
|
|
REFERENCES
|
See A059686
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=1..1000
M. Waldschmidt, Open Diophantine problems, pages 6-7.
|
|
EXAMPLE
|
a(6) = 5 because 7*8*9*10*11 has 5 prime factors and 7*8*9*10*11*12 does not have 6 prime factors.
|
|
MATHEMATICA
|
Table[k=2; While[Length[FactorInteger[Times@@Range[n0+1, n0+k]]]>=k, k++ ]; k-1, {n0, 100}]
|
|
CROSSREFS
|
Cf. A059686 (Grimm numbers).
Sequence in context: A129456 A030412 A059686 this_sequence A097935 A109870 A005102
Adjacent sequences: A101080 A101081 A101082 this_sequence A101084 A101085 A101086
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
T. D. Noe (noe(AT)sspectra.com), Nov 30 2004
|
|
|
Search completed in 0.002 seconds
|