OFFSET
1,16
MATHEMATICA
EngelExp[ A_, n_ ] := Join[ Array[ 1 &, Floor[ A ]], First@Transpose @ NestList[ {Ceiling[ 1/Expand[ #[[ 1 ]] #[[ 2 ]] - 1 ]], Expand[ #[[ 1 ]] #[[ 2 ]] - 1]} &, {Ceiling[ 1/(A - Floor[A]) ], A - Floor[A]}, n - 1 ]]; EngelExp[ N[E^E, 2^8], 26] (* Robert G. Wilson v, Jul 28 2008 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Gerald McGarvey, Jul 25 2004
EXTENSIONS
Edited and extended by Robert G. Wilson v, Jul 28 2004
STATUS
approved