A324257 Conceited Numbers: Composite numbers that are a concatenation of their distinct prime factors with multiplicity in some order allowing overlap.
735, 3792, 13377, 21372, 51375, 67335, 119911, 229912, 290912, 537975, 1341275, 1713192, 2317312, 2333772, 2971137, 3719193, 4773132, 5117695, 7237755, 7747292, 11973192, 13115375, 13731373, 16749933, 19853575, 22940075, 29090912, 29373375
Offset: 1
Examples
67335 = 3*5*67^2 formed by 67||3|||3||5 (this term is not in A083359 because two 3's are required in the concatenation). 3719193 = 3*19*71*919 formed by 3||71||9(19)||3 where 19 and 919 overlap.
Links
- Giovanni Resta, Table of n, a(n) for n = 1..302 (first 103 terms from Deron Stewart)
- Deron Stewart, C# method to evaluate candidate terms given the distinct prime factors.
Comments