If n is composite, replace n with the concatenation of its nontrivial divisors, written in decreasing order, each divisor being written in base 10 with its digits in normal order, otherwise a(n) = n.
A361580
If n is composite, replace n with the concatenation of its nontrivial divisors, written in decreasing order, each divisor being written in base 10 with its digits in normal order, otherwise a(n) = n.
Terms
- a(0) =1a(1) =2a(2) =3a(3) =2a(4) =5a(5) =32a(6) =7a(7) =42a(8) =3a(9) =52a(10) =11a(11) =6432a(12) =13a(13) =72a(14) =53a(15) =842a(16) =17a(17) =9632a(18) =19a(19) =10542a(20) =73a(21) =112a(22) =23a(23) =1286432a(24) =5a(25) =132a(26) =93a(27) =14742a(28) =29a(29) =15106532
External references
- oeis: A361580