OFFSET
1,1
COMMENTS
The first term having a repeated digit is a(83) = 10075823946.
Superset of A115940. - R. J. Mathar, May 02 2014
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Table[(n(n+1))/2, {n, 45000, 100000}], Min[DigitCount[#]]>0&] (* Harvey P. Dale, Jul 26 2014 *)
PROG
(PARI) s=[]; for(n=0, 100000, if(#vecsort(eval(Vec(Str(n*(n+1)/2))), , 8)==10, s=concat(s, n*(n+1)/2))); s
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Colin Barker, Apr 29 2014
STATUS
approved