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 A127084 #9 Jan 30 2020 19:10:18 %S A127084 1,2,7,28,127,650,3737,23996,170866,1338578,11446714,106063630, %T A127084 1057817614,11288886056,128243813228,1543828592478,19616461337281, %U A127084 262178561430244,3674568043513202,53861542554953612,823710227331537712 %N A127084 Column 1 of triangle A127082. %C A127084 Convolution square of A127087. %H A127084 G. C. Greubel, <a href="/A127084/b127084.txt">Table of n, a(n) for n = 1..80</a> %t A127084 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]]; Table[T[n, 1], {n,1,25}] (* _G. C. Greubel_, Jan 30 2020 *) %Y A127084 Cf. A127082. %Y A127084 Columns of A127082: A127083, A127085, A127086. %Y A127084 Cf. A127087, A127088, A127089, A127090, A127091. %K A127084 nonn %O A127084 1,2 %A A127084 _Paul D. Hanna_, Jan 04 2007