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 A025128 #3 Mar 30 2012 18:56:01 %S A025128 0,0,1,0,1,2,2,2,3,2,3,4,4,4,5,5,6,7,7,6,7,8,8,8,9,9,10,11,11,11,12, %T A025128 12,13,13,13,13,15,15,15,15,16,16,18,17,18,18,19,19,20,20,21,21,23,22, %U A025128 23,22,23,24,24,24,25,25,26,27,27,27,28,29,29,29,30,30,31,32,32,32,33,33,34,34,35,35,36 %N A025128 a(n) = s(1)s(n) + s(2)s(n-1) + ... + s(k)s(n-k+1), where k = [ n/2 ], s = A014306. %K A025128 nonn %O A025128 1,6 %A A025128 _Clark Kimberling_