A243362 Numbers n such that A243361(n) = 123456789.
54023, 54203, 500407, 23456789, 23458679, 23459687, 23465789, 23465987, 23469587, 23475869, 23478569, 23489657, 23495867, 23496587, 23498567, 23546879, 23546987, 23548697, 23564897, 23564987, 23567849, 23569487, 23576489, 23584679, 23587649, 23589647, 23594687
Offset: 1
Examples
Sets of divisors of a(n): (1, 89, 607, 54023); (1, 67, 809, 54203); (1, 83, 6029, 500407); (1, 23456789); …
Programs
-
Magma
[n: n in [1..1000000] | Seqint(Reverse(Sort(&cat[(Intseq(k)): k in Divisors(n)]))) eq 123456789];
Comments