This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A059188 #28 Sep 04 2023 11:35:20 %S A059188 1,1,2,3,14,33,57,236,6280,7170,172302,24568434,32871132,43231756, %T A059188 60680523,83128444,720494727,803406064,1804216488,6655647717, %U A059188 9106036988,14962799365,37839117297,121819278396,262108609568 %N A059188 Engel expansion of Gamma(1/3) = 2.6789385.... %C A059188 Cf. A006784 for definition of Engel expansion. %D A059188 F. Engel, Entwicklung der Zahlen nach Stammbruechen, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191. %H A059188 F. Engel, <a href="/A006784/a006784.pdf">Entwicklung der Zahlen nach Stammbruechen</a>, Verhandlungen der 52. Versammlung deutscher Philologen und Schulmaenner in Marburg, 1913, pp. 190-191. English translation by Georg Fischer, included with his permission. %H A059188 P. Erdős and Jeffrey Shallit, <a href="http://www.numdam.org/item?id=JTNB_1991__3_1_43_0">New bounds on the length of finite Pierce and Engel series</a>, Sem. Theor. Nombres Bordeaux (2) 3 (1991), no. 1, 43-53. %H A059188 <a href="/index/El#Engel">Index entries for sequences related to Engel expansions</a> %t A059188 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 ] ] %Y A059188 Cf. A006784, A073005. %K A059188 nonn,easy,nice %O A059188 1,3 %A A059188 _Mitch Harris_