A345997 Let m = A344005(n) be the smallest number such that n|m*(m+1); let X = A345992(n) = gcd(n,m); Y = A345993(n) = gcd(n,m+1). Sequence lists n such that neither X nor Y is equal to n/p^k, where p = largest prime divisor of n and k is its exponent in n.
60, 70, 84, 90, 120, 126, 130, 154, 170, 195, 198, 204, 210, 220, 228, 230, 234, 238, 240, 252, 255, 264, 273, 280, 312, 315, 330, 340, 348, 360, 364, 370, 372, 374, 378, 385, 390, 396, 399, 414, 418, 420, 430, 434, 440, 450, 455, 456, 460, 462, 468, 470
Offset: 1
Keywords
Examples
For n = 60 = 2^2*3*5, m = 15, X = 15, Y = 4, but n/p^k = 60/5 = 12 which is neither 15 nor 4, so 60 is a term.
Links
- Chai Wah Wu, Table of n, a(n) for n = 1..10000
Comments