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 A097516 #21 Oct 17 2014 22:14:31 %S A097516 1,0,0,0,1,0,0,0,1,0,1,0,1,0,2,1,1,0,2,1,1,0,2,1,1,0,3,1,1,0,4,2,2,0, %T A097516 4,2,3,1,4,2,3,1,6,3,3,1,7,5,5,2,7,5,6,4,7,5,6,4,9,6,8,5,10,8,12,9,11, %U A097516 8,13,12,13,11,13,12,15,14,17,15,16,18,22,21,18,19,23,25,20,23,27,28,22,26,34,37,26,32,39,47,31,40 %N A097516 a(n) counts the solid partitions of n that are symmetric under all of the operations mirroring (F), rotation (T) and 4-D rotation (L). %e A097516 The totally symmetric solid partitions up to n=15 are: %e A097516 [{{1}}] %e A097516 [{{2,1}, {1}}, {{1}}] %e A097516 [{{3,1,1}, {1}, {1}}, {{1}}, {{1}}] %e A097516 [{{2,2}, {2,1}}, {{2,1}, {1}}] %e A097516 [{{4,1,1,1}, {1}, {1}, {1}}, {{1}}, {{1}}, {{1}}] %e A097516 [{{3,2,1}, {2,1}, {1}}, {{2,1}, {1}}, {{1}}] and %e A097516 [{{2,2}, {2,2}}, {{2,2}, {2,1}}] %e A097516 A list of weakly decreasing 4-tuples is enough to specify a totally symmetric solid partition. First, think of a solid partition as a set of points in a 4-dimensional integral lattice in the standard way. (Here I take the point (1, 1, 1, 1)—rather than (0, 0, 0, 0)—to represent the sole partition of 1. Thus, all points have coordinates which are strictly positive.) %e A097516 Now, associate to a weakly decreasing 4-tuples the smallest totally symmetric solid partition containing each of the listed 4-tuples as points. For instance, the partition, call it p, which is represented by the list: %e A097516 {(3, 1, 1, 1), (2, 2, 2, 1)} %e A097516 is found by first noting that all points of the form (a, b, c, d) where a<=3, b<=1, c<=1, d<=1 (i.e the points (2, 1, 1, 1) and (1, 1, 1, 1)) must be points of p. Similarly, all points (x, y, z, w) with x<=2, y<=2, z<=2, w<=1, must be points of p. Furthermore all permutations of the coordinates of a point of p must also give a point of p by symmetry: E.g., since (2, 2, 1, 1) is a point of p, so are (2, 1, 2, 1), (2, 1, 1, 2), (1, 2, 2, 1), etc. If we count all the points of p, we see p partitions 19. %e A097516 Using this notation, we may represent the 5 totally symmetric solid partitions of 62 as: %e A097516 1. {(3, 3, 2, 1), (2, 2, 2, 2)} %e A097516 2. {(5, 1, 1, 1), (3, 3, 1, 1), (3, 2, 2, 2)} %e A097516 3. {(9, 1, 1, 1), (3, 3, 1, 1), (2, 2, 2, 2)} %e A097516 4. {(6, 1, 1, 1), (3, 3, 1, 1), (3, 2, 2, 1), (2, 2, 2, 2)} %e A097516 5. {(6, 1, 1, 1), (4, 2, 1, 1), (3, 3, 1, 1), (2, 2, 2, 2)} %Y A097516 Cf. A000219, A096573, A096575, A096577, A097507. %K A097516 nonn %O A097516 1,15 %A A097516 _Wouter Meeussen_, Sep 19 2004 %E A097516 a(16)-a(32) from _Suresh Govindarajan_, Jun 07 2013 %E A097516 More terms and example text added by _Graham H. Hawkes_, Dec 24 2013