A336590 Numbers k such that k/A008834(k) is squarefree, where A008834(k) is the largest cube dividing k.
1, 2, 3, 5, 6, 7, 8, 10, 11, 13, 14, 15, 16, 17, 19, 21, 22, 23, 24, 26, 27, 29, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 42, 43, 46, 47, 48, 51, 53, 54, 55, 56, 57, 58, 59, 61, 62, 64, 65, 66, 67, 69, 70, 71, 73, 74, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88
Offset: 1
Keywords
Examples
6 is a term since 6 = 2^1 * 3^1 and 1 is not of the form 3*m + 2. 9 is not a term since 9 = 3^2 and 2 is of the form 3*m + 2.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
- Eckford Cohen, Arithmetical notes. III. Certain equally distributed sets of integers, Pacific Journal of Mathematics, No. 12, Vol. 1 (1962), pp. 77-84.
- Eckford Cohen, Arithmetical Notes, XIII. A Sequal to Note IV, Elemente der Mathematik, Vol. 18 (1963), pp. 8-11.
- L. G. Sathe, On a congruence property of the divisor function, American Journal of Mathematics, Vol. 67, No. 3 (1945), pp. 397-406.
Crossrefs
Programs
-
Mathematica
Select[Range[100], Max[Mod[FactorInteger[#][[;;,2]], 3]] < 2 &]
Comments