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 A127088 #6 Jan 30 2020 22:03:20 %S A127088 1,1,4,20,117,770,5581,44023,375118,3434312,33632306,350894959, %T A127088 3885892547,45520247052,562266198499,7301972285296,99436168734138, %U A127088 1416444089850373,21059162813775906,326127491494213657 %N A127088 Convolution cube-root of column 2 (A127085) of triangle A127082. %H A127088 G. C. Greubel, <a href="/A127088/b127088.txt">Table of n, a(n) for n = 0..80</a> %t A127088 T[n_, k_]:= T[n, k]= If[k==n, 1, Coefficient[(1 + x*Sum[x^(r-k)*Sum[T[r, c], {c, k, r}], {r, k, n-1}] + x^(n+1))^(k+1), x, n-k]]; CoefficientList[Series[ (Sum[T[n, 2]*x^n, {n,0,25}]/x^2)^(1/3), {x,0,20}], x] (* _G. C. Greubel_, Jan 30 2020 *) %Y A127088 Cf. A127082, A127083, A127084, A127085, A127086, A127087, A127089, A127090, A127091. %K A127088 nonn %O A127088 0,3 %A A127088 _Paul D. Hanna_, Jan 04 2007