A346641 Numbers k with at least one partition into two parts (s,t), s<=t such that t | s*k but no proper divisor of k has this property.
2, 15, 35, 63, 77, 91, 99, 117, 143, 153, 187, 209, 221, 247, 299, 323, 325, 357, 391, 399, 425, 437, 475, 483, 493, 513, 527, 551, 575, 589, 609, 621, 651, 667, 703, 713, 725, 759, 775, 777, 783, 837, 851, 861, 899, 925, 943, 957, 989, 999, 1023, 1025, 1073, 1075
Offset: 1
Keywords
Examples
k = 15 = 6 + 9 = s + t is in the sequence (t = 9 | 6*15 = 90 = s*k) but no proper divisor of 15 has this property.
Links
- David A. Corneth, Table of n, a(n) for n = 1..10000
Comments