A336594 Numbers k such that k/A008835(k) is cubefree but not squarefree (A067259), where A008835(k) is the largest 4th power dividing k.
4, 9, 12, 18, 20, 25, 28, 36, 44, 45, 49, 50, 52, 60, 63, 64, 68, 75, 76, 84, 90, 92, 98, 99, 100, 116, 117, 121, 124, 126, 132, 140, 144, 147, 148, 150, 153, 156, 164, 169, 171, 172, 175, 180, 188, 192, 196, 198, 204, 207, 212, 220, 225, 228, 234, 236, 242, 244
Offset: 1
Keywords
Examples
4 is a term since the largest 4th power dividing 4 is 1, and 4/1 = 4 = 2^2 is cubefree but not squarefree. 64 is a term since the largest 4th power dividing 64 is 16, and 64/16 = 4 = 2^2 is cubefree but not squarefree.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
- Eckford Cohen, Arithmetical Notes, XIII. A Sequal to Note IV, Elemente der Mathematik, Vol. 18 (1963), pp. 8-11.
Crossrefs
Programs
-
Mathematica
Select[Range[250], Max[Mod[FactorInteger[#][[;; , 2]], 4]] == 2 &]
Comments