A319180 Perfect powers whose prime indices are relatively prime.
4, 8, 16, 32, 36, 64, 100, 128, 144, 196, 216, 225, 256, 324, 400, 484, 512, 576, 676, 784, 900, 1000, 1024, 1089, 1156, 1225, 1296, 1444, 1600, 1728, 1764, 1936, 2025, 2048, 2116, 2304, 2500, 2601, 2704, 2744, 2916, 3025, 3136, 3364, 3375, 3600, 3844, 4096
Offset: 1
Keywords
Examples
The sequence of integer partitions whose Heinz numbers are in the sequence begins: (11), (111), (1111), (11111), (2211), (111111), (3311), (1111111), (221111), (4411), (222111), (3322), (11111111), (222211), (331111), (5511), (111111111), (22111111), (6611), (441111), (332211), (333111).
Crossrefs
Programs
-
Mathematica
Select[Range[1000],And[GCD@@PrimePi/@FactorInteger[#][[All,1]]==1,GCD@@FactorInteger[#][[All,2]]>1]&]
Comments