login
Nearest integer to 100*1.03^n.
2

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

%S 100,103,106,109,113,116,119,123,127,130,134,138,143,147,151,156,160,

%T 165,170,175,181,186,192,197,203,209,216,222,229,236,243,250,258,265,

%U 273,281,290,299,307,317,326,336,346,356,367,378,390,401,413,426,438

%N Nearest integer to 100*1.03^n.

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

%o (PARI) A204583(n)=round(100*1.03^n)

%Y Cf. A204581 - A204590.

%K nonn,easy

%O 0,1

%A _M. F. Hasler_, Feb 13 2012