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 A144627 #8 Nov 21 2013 12:49:26 %S A144627 0,1,0,0,2,1,0,1,0,0,3,2,1,0,2,1,0,1,0,0,4,3,2,1,0,3,2,1,0,2,1,0,1,0, %T A144627 0,5,4,3,2,1,0,4,3,2,1,0,3,2,1,0,2,1,0,1,0,0,6,5,4,3,2,1,0,5,4,3,2,1, %U A144627 0,4,3,2,1,0,3,2,1,0,2,1,0,1,0,0,7,6,5,4,3,2,1,0,6,5,4,3,2,1,0 %N A144627 Initial members of triples listed in A144625. %p A144627 for n from 0 to 7 do %p A144627 for k from 0 to n do for j from 0 to n do for i from 0 to n do if i+j+k=n then lprint(i,j,k); fi; %p A144627 od: od: od: od: %t A144627 DeleteCases[Flatten[Table[If[i+j+k==n,i],{n,0,10},{k,0,n},{j,0,n},{i,0,n}]],Null] (* _Harvey P. Dale_, Mar 27 2012 *) %K A144627 nonn %O A144627 0,5 %A A144627 _N. J. A. Sloane_, Jan 18 2009