login
Nearest integer to 100*1.04^n.
2

%I #5 Mar 30 2012 17:23:05

%S 100,104,108,112,117,122,127,132,137,142,148,154,160,167,173,180,187,

%T 195,203,211,219,228,237,246,256,267,277,288,300,312,324,337,351,365,

%U 379,395,410,427,444,462,480,499,519,540,562,584,607,632,657,683,711

%N Nearest integer to 100*1.04^n.

%C Illustrates the growth of a bank account with initial deposit of $100 and 4% of interest per year.

%o (PARI) A204584(n)=round(100*1.04^n)

%Y Cf. A204581 - A204590.

%K nonn,easy

%O 0,1

%A _M. F. Hasler_, Feb 13 2012