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 A127121 #5 Mar 30 2012 17:35:17 %S A127121 1,1,1,2,1,3,3,1,3,3,7,5,1,3,4,8,10,14,7,1,3,4,8,3,19,17,6,32,26,11,1, %T A127121 3,4,8,4,19,18,11,14,63,34,29,75,45,15,1,3,4,8,4,19,18,3,20,14,64,37, %U A127121 14,39,85,168,62,15,109,167,75,22,1,3,4,8,4,19,18,4,20,14,64,38,11,26,71 %N A127121 Number of endofunctions on a set, where the multiset of indegrees forms the n-th partition in Mathematica order (ignoring 0's). %C A127121 Can be regarded as a triangle with one row for each size of partition. %e A127121 For n = 3, the 7 endofunctions are (1,2,3) -> (1,1,1), (1,1,2), (1,2,1), (2,1,1), (1,2,3), (1,3,2) and (2,3,1). In the first, node 1 has indegree 3, the next 3 node 1 has indegree 2 and node 2 has indegree 1 (forming partition [2,1]) and the final 3 are permutations, each node having indegree 1. The partitions of 3 in Mathematica order are [3], [2,1], [1^3], so row 3 of the triangle is 1,3,3. %e A127121 The triangle starts: %e A127121 1 %e A127121 1 %e A127121 1 2 %e A127121 1 3 3 %e A127121 1 3 3 7 5 %e A127121 1 3 4 8 10 14 7 %K A127121 nonn,tabf %O A127121 0,4 %A A127121 _Franklin T. Adams-Watters_, Jan 05 2007