G = []
i = 0

for x in range(-10,11):
    G.append(F[i]+30*x-85)
    i += 1

print(G)
