100108domain: NAppears in sequencesIntegers whose decimal representation consists of three distinct digits, one appearing once, one appearing twice, and one appearing three times.at n=30A182040a(n) = Sum_{k=0..n} 3^k * binomial(n,k) * binomial(n+1,k).at n=6A388047