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 A063185 #8 Jan 02 2022 20:24:45 %S A063185 1,3,5,15,20,124,141,1085,1221,5267,9814,9899,179888,531293,43914936, %T A063185 59108249,129482155,290253117,297264974,329981693,515700524, %U A063185 1791622856,29237782307,289017844013,2187297805011,20282473409970 %N A063185 Engel expansion of Sum_{k>=0} 1/(2 + k)^k. %C A063185 Shgz(2) = 1.4046684715031192197179531135647252212... %t A063185 ToEngel[ x_, n_Integer ] := Rest@First@Transpose@NestList[ {Ceiling[ 1/# ], #}&[ Times@@#-1 ]&, {1, Abs[ x ]+1}, n ] %Y A063185 Cf. A006784 for definition of Engel expansion. %K A063185 nonn,easy %O A063185 1,2 %A A063185 _Olivier Gérard_, Jul 10 2001