login
Nearest integer to 100*1.08^n.
1

%I #6 Dec 29 2013 14:18:10

%S 100,108,117,126,136,147,159,171,185,200,216,233,252,272,294,317,343,

%T 370,400,432,466,503,544,587,634,685,740,799,863,932,1006,1087,1174,

%U 1268,1369,1479,1597,1725,1863,2012,2172,2346,2534,2737,2956,3192,3447,3723,4021

%N Nearest integer to 100*1.08^n.

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

%t Round[#]&/@NestList[(108/100)*#&,100,50] (* _Harvey P. Dale_, Dec 29 2013 *)

%Y Cf. A204581 - A204590.

%K nonn,easy

%O 0,1

%A _M. F. Hasler_, Feb 13 2012