u = 2
S = 0

for n in range(20):
    S = ...
    u = ...

print(S)
