n = gets.to_s.to_i64 n = (n + 1) // 2 a = Array.new(n){ |i| (i + 1) * 2 }.join(" ") puts a