Comment on
mrichich's writeup:
As I recall,
Moore's law states that the number of cirquits
that can be fitted on a given area of silicon will
double
in eighteen months. That means the function would look
something like
X(n)=X(n-1)*2
or, non-iteratively
X(n)=X(0)*2^n