A210941 Triangle read by rows in which row n lists the parts > 1 of the n-th zone of the shell model of partitions, with a(1) = 1.
1, 2, 3, 2, 2, 4, 3, 2, 5, 2, 2, 2, 4, 2, 3, 3, 6, 3, 2, 2, 5, 2, 4, 3, 7, 2, 2, 2, 2, 4, 2, 2, 3, 3, 2, 6, 2, 5, 3, 4, 4, 8, 3, 2, 2, 2, 5, 2, 2, 4, 3, 2, 7, 2, 3, 3, 3, 6, 3, 5, 4, 9, 2, 2, 2, 2, 2, 4, 2, 2, 2, 3, 3, 2, 2, 6, 2, 2, 5, 3, 2, 4, 4, 2, 8, 2
Offset: 1
Examples
Triangle First 15 zones of the begins shell model of partitions -------------------------------------------------- 1; 1 1 1 1 1 1 1 1 1 1 1... 2; . 2 1 1 1 1 1 1 1 1 1... 3; . . 3 1 1 1 1 1 1 1 1... 2, 2; . 2 . 2 1 1 1 1 1 1 1... 4; . . . 4 1 1 1 1 1 1 1... 3, 2; . . 3 . 2 1 1 1 1 1 1... 5; . . . . 5 1 1 1 1 1 1... 2, 2, 2; . 2 . 2 . 2 1 1 1 1 1... 4, 2; . . . 4 . 2 1 1 1 1 1... 3, 3; . . 3 . . 3 1 1 1 1 1... 6; . . . . . 6 1 1 1 1 1... 3, 2, 2; . . 3 . 2 . 2 1 1 1 1... 5, 2; . . . . 5 . 2 1 1 1 1... 4, 3; . . . 4 . . 3 1 1 1 1... 7; . . . . . . 7 1 1 1 1...
Links
- Omar E. Pol, Illustration of the partitions and regions of n, for n = 1..12
- Mikhail Kurkov, PARI program. [verification needed]
Crossrefs
Programs
-
PARI
a210941(n)={ my(p=[],r=[1]); if(n>1, my(c=2); while(#r
1])); c++)); return(r[1..n]) } \\ Joe Slater, Sep 02 2024
Comments