fork download
  1. for n in {0..313}; do
  2. if [[ $(bash <(printf %s 'seq -s "" 0 $1|egrep ^.{$1}0') $n) ]]; then
  3. echo $n
  4. fi
  5. done
Success #stdin #stdout 0.01s 5140KB
stdin
Standard input is empty
stdout
0
11
31
51
71
91
111
131
151
171
191
192
194
197
200
203
206
209
212
215
218
222
252
282
312