A089016 Largest n-round number.
2, 30, 1260, 60060, 2042040, 446185740, 25878772920, 7420738134810, 304250263527210, 52331045326680120, 9223346738827371150, 1922760350154212639070, 469153525437627883933080
Offset: 0
Examples
a(4)=2042040 as follows. Certainly it is 4-round since it is <= 19^5 and divisible by all primes < 19. Also it is > 17^5, hence the largest 4-round number must be a multiple of 510510 = 2.3.5.7.11.13.17. But no 4-round number can be > 19^5 (since it is easy to prove that if p is a prime >= 19 and q is the next prime after p then 2.3.5....p > q^5 ). Thus 2042040, being the largest multiple of 510510 which is <= 19^5, must be the largest 4-round number.
Links
- T. D. Noe, Table of n, a(n) for n=0..100
Programs
-
Mathematica
Table[k=1; While[prod=Times@@Prime[Range[k]]; prod
T. D. Noe, Sep 21 2006 *)
Extensions
More terms from T. D. Noe, Sep 21 2006
Comments