Hi imagine that I have serie (progression) like
Ai=2Ai-2 - 3Ai-1 for i>=2 (i-2 and i-1 are lower indexes)
A0= 2.5
A1= 1.2
I need a program which counts and write into the field values from 0-19 and after the program frint sum of these values to screen. Thank you for quick help.