A232099 Numbers n such that {largest m such that 1, 2, ..., m divide n} is different from {largest m such that m! divides n^2}.
840, 2520, 4200, 5880, 7560, 9240, 10920, 12600, 14280, 15960, 17640, 19320, 21000, 22680, 24360, 26040, 27720, 29400, 31080, 32760, 34440, 36120, 37800, 39480, 41160, 42840, 44520, 46200, 47880, 49560, 51240, 52920, 54600, 55440, 56280, 57960, 59640, 61320, 63000
Offset: 1
Keywords
Examples
840 (= 3*5*7*8) is in the sequence as all natural numbers up to 8 divide 840, but the largest factorial that divides its square, 705600, is 7! (840^2 = 140 * 5040), and 7 differs from 8.
Links
- Antti Karttunen, Table of n, a(n) for n = 1..10000
- OEIS Server, Ratio A232099(n)/A055926(n) plotted with Plot 2
- OEIS Server, Ratio A232099(n)/A232743(n) plotted with Plot 2
- Wikipedia, Wilson's theorem (Please see especially the section "Composite modulus")
Comments