cp's OEIS Frontend

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.

A213371 Triangle read by rows in which row n lists the number of pairs of states of the subshells of the n-th shell of the nuclear shell model ordered by energy level in increasing order.

This page as a plain text file.
%I A213371 #13 Sep 03 2012 07:13:12
%S A213371 1,2,1,3,1,2,4,2,3,1,5,4,3,6,2,1,4,5,7,2,3,1
%N A213371 Triangle read by rows in which row n lists the number of pairs of states of the subshells of the n-th shell of the nuclear shell model ordered by energy level in increasing order.
%C A213371 First differs from A212121 at a(14). The illustration of initial terms is essentially the same as the illustration of initial terms of A213372, the main entry for this sequence.
%H A213371 MIT OpenCourseWare, <a href="http://www.flickr.com/photos/mitopencourseware/3772864128/in/set-72157621892931990">Energy Levels of Nucleons in a Smoothly-Varying Potential Well</a>
%F A213371 a(n) = A213372(n)/2.
%e A213371 Written as an irregular triangle in which row n represents the n-th shell of nucleus. Note that row 4 has only one term. Triangle begins:
%e A213371 1;
%e A213371 2, 1;
%e A213371 3, 1, 2;
%e A213371 4;
%e A213371 2, 3, 1, 5;
%e A213371 4, 3, 6, 2, 1;
%e A213371 4, 5, 7, 2, 3, 1;
%Y A213371 Partial sums give A213373. Other version are A004736, A130517, A212121, A213361.
%Y A213371 Cf. A213372, A213374.
%K A213371 nonn,tabf,hard,more
%O A213371 1,2
%A A213371 _Omar E. Pol_, Jul 16 2012