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 A331558 #5 Jan 20 2020 21:45:38 %S A331558 0,1,2,3,4,20,216,1862,13840,104904,949200,10517232,130307904, %T A331558 1694503824,23063845728,335427395760,5269616092416,88835797577472, %U A331558 1587229554415104,29838489410093184,589394278657267200,12235109311726689024,266570965998899071488 %N A331558 E.g.f.: log(1 - x - log(1 - x)). %C A331558 Logarithmic transform applied twice to A000166. %t A331558 nmax = 23; CoefficientList[Series[Log[1 - x - Log[1 - x]], {x, 0, nmax}], x] Range[0, nmax]! // Rest %Y A331558 Cf. A000166, A052808, A089064, A331559. %K A331558 nonn %O A331558 1,3 %A A331558 _Ilya Gutkovskiy_, Jan 20 2020