A084434 Numbers whose digit permutations have GCD > 1.
2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 15, 18, 20, 21, 22, 24, 26, 27, 28, 30, 33, 36, 39, 40, 42, 44, 45, 46, 48, 50, 51, 54, 55, 57, 60, 62, 63, 64, 66, 68, 69, 70, 72, 75, 77, 78, 80, 81, 82, 84, 86, 87, 88, 90, 93, 96, 99, 102, 105, 108, 111, 114, 117, 120, 123, 126, 129, 132
Offset: 1
Examples
72 is in the sequence because 72 and 27 are both divisible by 9.
Crossrefs
Programs
-
Mathematica
Select[Range[0, 150], GCD @@ FromDigits /@ Permutations[IntegerDigits[#]] > 1 &] (* Harvey P. Dale, Jan 12 2011 *)
Extensions
More terms from David Wasserman, May 07 2004
Initial zero removed, Harvey P. Dale, Jan 14 2011
Entry revised by N. J. A. Sloane, Aug 27 2020
Comments