input = gets.chomp puts input.to_i.times.map { |i| input * (input.to_i - i) }