A357188 Numbers with (WLOG adjacent) prime indices x <= y such that the greatest prime factor of x is greater than the least prime factor of y.
35, 65, 70, 95, 105, 130, 140, 143, 145, 169, 175, 185, 190, 195, 209, 210, 215, 245, 247, 253, 260, 265, 280, 285, 286, 290, 305, 315, 319, 323, 325, 338, 350, 355, 370, 377, 380, 385, 390, 391, 395, 407, 418, 420, 429, 430, 435, 445, 455, 473, 475, 481, 490
Offset: 1
Keywords
Examples
The terms and corresponding multisets of multisets: 35: {{2},{1,1}} 65: {{2},{1,2}} 70: {{},{2},{1,1}} 95: {{2},{1,1,1}} 105: {{1},{2},{1,1}} 130: {{},{2},{1,2}} 140: {{},{},{2},{1,1}} 143: {{3},{1,2}} 145: {{2},{1,3}} 169: {{1,2},{1,2}} 175: {{2},{2},{1,1}} 185: {{2},{1,1,2}}
Comments