Thank you Mariusz and Daniel.
I do understand the derivation of the formula.
However, since the Mma documentation talks about arbitrary precision, I guess I thought that the system would, upon being given something as ill-behaved as this, emit a partial result to machine precision (i.e. 10^308) or just run for a long time and then emit an approximation to much less than 10^24 digits (the magnitude of the near miss).
Mma doumentation says 2*$MaxMachineNumber converts to arbitrary precision.
I guess this is actually (1+too small number raised to large power) raised to a too large number) because 9^-4^42 underflows.
N[E,10^5] result shown immediately
N[E,10^10] computation result $Aborted after 1+ hour
I guess I do not understand the implementation limits of arbitrary precision in Mma.
Ref:
http://www.johndcook.com/blog/2014/03/30/amazing-approximation-to-e/
http://mathworld.wolfram.com/eApproximations.html