Irregular triangle read by rows: T(n,k), n > 1 and k <= n, is the smallest composite number x whose set of digits and the set of digits in all prime factors of x, when written in base n, contain exactly k digits in common, or -1 if no such number exists.
A374225
Irregular triangle read by rows: T(n,k), n > 1 and k <= n, is the smallest composite number x whose set of digits and the set of digits in all prime factors of x, when written in base n, contain exactly k digits in common, or -1 if no such number exists.
Terms
- a(0) =-1a(1) =9a(2) =4a(3) =4a(4) =8a(5) =6a(6) =15a(7) =4a(8) =6a(9) =14a(10) =30a(11) =114a(12) =4a(13) =12a(14) =10a(15) =35a(16) =190a(17) =894a(18) =4a(19) =8a(20) =33a(21) =188a(22) =377a(23) =2355a(24) =13155a(25) =4a(26) =16a(27) =14a(28) =66a(29) =462
External references
- oeis: A374225