196 algorithm by eban

(1..?\xc3).map{|i|i+=J while i!=J=i.to_s.reverse.to_i;p i}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page