n = gets.chop.to_i print(((n - 1) * (n - 1) / 12).round % 1000000007)