n = gets.to_i puts (0..n).flat_map { |i| (0..n).map { |j| 2**i * 5**j } }.sort