Primes with digits in nondecreasing order: Difference between revisions

Content added Content deleted
(Added XPL0 example.)
m (added the word "decimal" to imply a base ten prime, added a comma.)
Line 3: Line 3:


;Task:
;Task:
Find   '''n'''   primes with digits in non-decreasing order,   where   '''n   <   1000'''
Find   '''n'''   primes with decimal digits in non-decreasing order,   where   '''n   <   1,000'''
<br><br>
<br><br>