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 A055352 #14 Mar 14 2022 07:23:51 %S A055352 144,11508,545664,20469456,678857760,21047130720,629779328640, %T A055352 18547337128320,544474197146880,16067754570067200,479436489384652800, %U A055352 14522782898521497600,447847214484186316800,14087092606079728435200 %N A055352 Number of labeled mobiles (circular rooted trees) with n nodes and 5 leaves. %H A055352 Georg Fischer, <a href="/A055352/b055352.txt">Table of n, a(n) for n = 6..250</a> %H A055352 <a href="/index/Mo#mobiles">Index entries for sequences related to mobiles</a> %t A055352 m = 20; L[x_] = Log[1 - x] + O[x]^m // Normal; A[_] = 0; %t A055352 Do[A[x_] = x y - x L[A[x]] + O[x]^k // Normal // Expand, {k, m}]; %t A055352 Drop[(SeriesCoefficient[#, {y, 0, 5}] & /@ CoefficientList[A[x], x]) * Range[0, m - 1]!, 6] (* _Jean-François Alcover_, Nov 01 2019 *) %Y A055352 Column 5 of A055349. %K A055352 nonn %O A055352 6,1 %A A055352 _Christian G. Bower_, May 15 2000