w,d = 2.times.map { gets.to_i } puts d.downto(2).inject(w) {|r, d| m = r / d**2 r - m }