OFFSET
1,1
COMMENTS
These numbers could be called 3-Brazilian numbers.
All these numbers are composite with six to ten different divisors.
The smallest number of this sequence is 24 with 24 = 44_5 = 33_7 = 22_11. The number 24 is highly Brazilian in A329383.
EXAMPLE
36 = 4 * 9 = 44_8 = 3 * 12 = 33_11 = 2 * 18 = 22_19.
42 = 2 * 21 = 22_20 = 222_4 = 3 * 14 = 33_13.
124 = 4 * 31 = 44_30 = 444_5 = 2 * 62 = 22_61.
272 = 8 * 34 = 88_33 = 4 * 68 = 44_67 = 2 * 136 = 22_135.
MATHEMATICA
Flatten@ Position[#, 3] &@ Table[Count[Range[2, n - 2], _?(And[Length@ # != 1, Length@ Union@ # == 1] &@ IntegerDigits[n, #] &)], {n, 350}] (* Michael De Vlieger, Jul 30 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Bernard Schott, Jul 27 2017
STATUS
approved