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 A185664 #18 Oct 30 2022 10:03:20 %S A185664 0,0,0,0,0,0,1,0,0,0,3,1,0,0,0,9,4,1,0,0,0,22,14,5,1,0,0,0,51,42,20,6, %T A185664 1,0,0,0,111,120,69,27,7,1,0,0,0,233,335,224,104,35,8,1,0,0,0,474,940, %U A185664 707,372,148,44,9,1,0,0,0,942,2695,2221,1281,574,202,54,10,1,0,0,0,1836,7980,7038,4343,2122,841,267,65,11,1,0,0,0 %N A185664 Riordan array (A000045(x)^m,x*A000108(x)), m=3. %H A185664 Vladimir Kruchinin and D. V. Kruchinin, <a href="http://arxiv.org/abs/1103.2582">Composita and their properties</a>, arXiv:1103.2582 [math.CO], 2011-2013. %F A185664 R(n,k,m)=k*sum(i=0..n-k, sum(j=ceiling((i-m)/2)..i-m, binomial(j,i-m-j)*binomial(m+j-1,m-1))*binomial(2*(n-i)-k-1,n-i-1)/(n-i)), k>0. %F A185664 R(n,0,m)=sum(j=ceiling((i-m)/2)..n-m, binomial(j,n-m-j)*binomial(m+j-1,m-1)), m=3. %e A185664 0; %e A185664 0,0; %e A185664 0,0,0; %e A185664 1,0,0,0; %e A185664 3,1,0,0,0; %e A185664 9,4,1,0,0,0; %e A185664 22,14,5,1,0,0,0; %e A185664 51,42,20,6,1,0,0,0; %Y A185664 Cf. A001628 (column k=0). %K A185664 nonn,tabl %O A185664 0,11 %A A185664 _Vladimir Kruchinin_, Feb 08 2011