1.python n = int(input()) result = [] for i in range(1, n+1): result.append(1.0 / (5 * (2 * i - 1))) result.append(-1 * 1.0 / (5 * 2 *&...