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 A182740 #9 Mar 11 2014 01:34:18 %S A182740 1,2,1,3,0,1,2,0,1,1,4,0,0,1,1 %N A182740 A shell model of partitions as a table of partitions. %C A182740 This array read by antidiagonals is a table of partitions for all integers. %C A182740 For another version but as a binary code see A182741. %C A182740 For more information see A135010 and A138121 which are the main entries for this sequence. %H A182740 Omar E. Pol, <a href="http://www.polprimos.com/imagenespub/polpatru.jpg">Illustration of the shell model of partitions for 1..6 (2D-3D view)</a> %H A182740 Omar E. Pol, <a href="http://www.polprimos.com/imagenespub/polpa2dt.jpg">Illustration of the shell model of partitions for 1..10 (2D view)</a> %H A182740 Omar E. Pol <a href="http://www.polprimos.com/imagenespub/polpa3dt.jpg">Illustration of the shell model of partitions for 1..9 (3D view)</a> %e A182740 For the numbers 1..6 the shell model of partitions has 6 shells. The model as a table looks like this: %e A182740 1 1 1 1 1 1 %e A182740 2 . 1 1 1 1 %e A182740 3 . . 1 1 1 %e A182740 2 . 2 . 1 1 %e A182740 4 . . . 1 1 %e A182740 3 . . 2 . 1 %e A182740 5 . . . . 1 %e A182740 2 . 2 . 2 . %e A182740 4 . . . 2 . %e A182740 3 . . 3 . . %e A182740 6 . . . . . %e A182740 Then replace the dots by zeros. %e A182740 Remarks: one number by column, for example 23 is located only in a column, not in two columns. %e A182740 The table looks like this: %e A182740 1 1 1 1 1 1 %e A182740 2 0 1 1 1 1 %e A182740 3 0 0 1 1 1 %e A182740 2 0 2 0 1 1 %e A182740 4 0 0 0 1 1 %e A182740 3 0 0 2 0 1 %e A182740 5 0 0 0 0 1 %e A182740 2 0 2 0 2 0 %e A182740 4 0 0 0 2 0 %e A182740 3 0 0 3 0 0 %e A182740 6 0 0 0 0 0 %e A182740 Array begins: %e A182740 1,1,1,1,1,1, %e A182740 2,0,1,1,1, %e A182740 3,0,0,1, %e A182740 2,0,2, %e A182740 4,0, %e A182740 3, %Y A182740 Cf. A135010, A138121, A182741, A182742, A182743. %K A182740 nonn,tabl,more %O A182740 1,2 %A A182740 _Omar E. Pol_, Nov 30 2010