A323729 Non-prime-powers k at which the variance of the first differences of the logarithms of the divisors of k, scaled by log(k), reaches a new minimum.
6, 10, 21, 28, 104, 115, 136, 329, 496, 2133, 2171, 6821, 8128, 24331, 32896, 50579, 79421, 103729, 226859, 357769, 704791, 1092521, 1224829, 2048129, 2247829, 2685341, 5177371, 6967489, 9393509, 11089121, 12648871, 13651441, 16974079, 25153171, 30663671
Offset: 1
Keywords
Examples
k = 115 = 5 * (5^2 - 2) = 5 * 23 has 4 divisors: 1, 5, 23, and 115. We have | first | | differences | d | log(d)/log(k) | (mean = 1/3) | (diff - mean)^2 ----+---------------+---------------+------------------ 1 | 0.00000000000 | | ----+---------------+ 0.33919092389 | 0.000034311367177 5 | 0.33919092389 | | ----+---------------+ 0.32161815221 | 0.000137245468708 23 | 0.66080907611 | | ----+---------------+ 0.33919092389 | 0.000034311367177 115 | 1.00000000000 | | ----+---------------+---------------+------------------ sum: 0.000205868203062 . Population variance = 0.000205868203062 / 3 = 0.000068622734354 . The population variance 0.000068622734354 is smaller than that for any smaller value of k, so k=115 in the sequence. The first several terms and their population variances are k population variance --- ------------------- 6 0.00572866817332422 10 0.00208701124916037 21 0.00151420255078270 28 0.00025693510366524 104 0.00024474680031955 115 0.00006862273435404 136 0.00001864750547090 329 0.00001148749359549 496 0.00000258435797989 2133 0.00000130263831477
Comments