196 algorithm by shinh

1.upto(195){|i|i+=K while i!=K=i.to_s.reverse.to_i
puts i}

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

download

return to the top page