A069601 Smallest triangular number containing all the digits of numbers from 1 to n.
1, 21, 231, 12403, 24531, 235641, 2467531, 13862745, 153694278, 10429651378, 1017139458621, 101114872391625, 10111496127133528, 1011137441915312286, 101111293764315411825, 10111111491815764232356, 1011111155214617733491628, 101111111617874325294116835
Offset: 1
Examples
a(5) = 219453 = T(662) contains digits 1, 2, 3, 4 and 5.
Links
- Chai Wah Wu, Table of n, a(n) for n = 1..29
Extensions
Corrected and extended by Larry Reeves (larryr(AT)acm.org), Jan 24 2003
a(15)-a(18) from Chai Wah Wu, May 18 2020
Comments