login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141285 Largest part of the n-th partition of j in the list of colexicographically ordered partitions of j, if 1 <= n <= A000041(j). 97

%I #116 Jan 19 2022 22:39:03

%S 1,2,3,2,4,3,5,2,4,3,6,3,5,4,7,2,4,3,6,5,4,8,3,5,4,7,3,6,5,9,2,4,3,6,

%T 5,4,8,4,7,6,5,10,3,5,4,7,3,6,5,9,5,4,8,7,6,11,2,4,3,6,5,4,8,4,7,6,5,

%U 10,3,6,5,9,4,8,7,6,12

%N Largest part of the n-th partition of j in the list of colexicographically ordered partitions of j, if 1 <= n <= A000041(j).

%C Also largest part of the n-th region of the set of partitions of j, if 1 <= n <= A000041(j). For the definition of "region of the set of partitions of j" see A206437.

%C Also triangle read by rows: T(j,k) is the largest part of the k-th region in the last section of the set of partitions of j.

%C For row n >= 2 the rows of triangle are also the branches of a tree which is a projection of a three-dimensional structure of the section model of partitions of A135010, version tree. The branches of even rows give A182730. The branches of odd rows give A182731. Note that each column contains parts of the same size. It appears that the structure of A135010 is a periodic table of integer partitions. See also A210979 and A210980.

%C Also column 1 of: A193870, A206437, A210941, A210942, A210943. - _Omar E. Pol_, Sep 01 2013

%C Also row lengths of A211009. - _Omar E. Pol_, Feb 06 2014

%H Alois P. Heinz, <a href="/A141285/b141285.txt">Table of n, a(n) for n = 1..4000</a>

%H Omar E. Pol, <a href="http://www.polprimos.com/imagenespub/polpalpt.jpg">Illustration of initial terms</a>

%H Omar E. Pol, <a href="http://www.polprimos.com/imagenespub/polpar02.jpg">Illustration of the seven regions of 5</a>

%F a(n) = A001511(A228354(n)). - _Omar E. Pol_, Aug 22 2013

%e Written as a triangle T(j,k) the sequence begins:

%e 1;

%e 2;

%e 3;

%e 2, 4;

%e 3, 5;

%e 2, 4, 3, 6;

%e 3, 5, 4, 7;

%e 2, 4, 3, 6, 5, 4, 8;

%e 3, 5, 4, 7, 3, 6, 5, 9;

%e 2, 4, 3, 6, 5, 4, 8, 4, 7, 6, 5, 10;

%e 3, 5, 4, 7, 3, 6, 5, 9, 5, 4, 8, 7, 6, 11;

%e ...

%e ------------------------------------------

%e n A000041 a(n)

%e ------------------------------------------

%e 1 = p(1) 1

%e 2 = p(2) 2 .

%e 3 = p(3) . 3

%e 4 2 .

%e 5 = p(4) 4 .

%e 6 . 3

%e 7 = p(5) . 5

%e 8 2 .

%e 9 4 .

%e 10 3 .

%e 11 = p(6) 6 .

%e 12 . 3

%e 13 . 5

%e 14 . 4

%e 15 = p(7) . 7

%e ...

%e From _Omar E. Pol_, Aug 22 2013: (Start)

%e Illustration of initial terms (n = 1..11) in three ways: as the largest parts of the partitions of 6 (see A026792), also as the largest parts of the regions of the diagram, also as the diagonal of triangle. By definition of "region" the largest part of the n-th region is also the largest part of the n-th partition (see below):

%e --------------------------------------------------------

%e . Diagram Triangle in which

%e Partitions of regions rows are partitions

%e of 6 and partitions and columns are regions

%e --------------------------------------------------------

%e . _ _ _ _ _ _

%e 6 _ _ _ | 6

%e 3+3 _ _ _|_ | 3 3

%e 4+2 _ _ | | 4 2

%e 2+2+2 _ _|_ _|_ | 2 2 2

%e 5+1 _ _ _ | | 5 1

%e 3+2+1 _ _ _|_ | | 3 1 1

%e 4+1+1 _ _ | | | 4 1 1

%e 2+2+1+1 _ _|_ | | | 2 2 1 1

%e 3+1+1+1 _ _ | | | | 3 1 1 1

%e 2+1+1+1+1 _ | | | | | 2 1 1 1 1

%e 1+1+1+1+1+1 | | | | | | 1 1 1 1 1 1

%e ...

%e The equivalent sequence for compositions is A001511. Explanation: for the positive integer j the diagram of regions of the set of compositions of j has 2^(j-1) regions. The largest part of the n-th region is A001511(n). The number of parts is A006519(n). On the other hand the diagram of regions of the set of partitions of j has A000041(j) regions. The largest part of the n-th region is a(n) = A001511(A228354(n)). The number of parts is A194446(n). Both diagrams have j sections. The diagram for partitions can be interpreted as one of the three views of a three dimensional diagram of compositions in which the rows of partitions are in orthogonal direction to the rest. For the first five sections of the diagrams see below:

%e --------------------------------------------------------

%e . Diagram Diagram

%e . of regions of regions

%e . and compositions and partitions

%e ---------------------------------------------------------

%e . j = 1 2 3 4 5 j = 1 2 3 4 5

%e ---------------------------------------------------------

%e n A001511 A228354 a(n)

%e ---------------------------------------------------------

%e 1 1 _| | | | | ............ 1 1 _| | | | |

%e 2 2 _ _| | | | ............ 2 2 _ _| | | |

%e 3 1 _| | | | ......... 4 3 _ _ _| | |

%e 4 3 _ _ _| | | ../ ....... 6 2 _ _| | |

%e 5 1 _| | | | / ....... 8 4 _ _ _ _| |

%e 6 2 _ _| | | ../ / .... 12 3 _ _ _| |

%e 7 1 _| | | / / . 16 5 _ _ _ _ _|

%e 8 4 _ _ _ _| | ../ / /

%e 9 1 _| | | | / /

%e 10 2 _ _| | | / /

%e 11 1 _| | | / /

%e 12 3 _ _ _| | ../ /

%e 13 1 _| | | /

%e 14 2 _ _| | /

%e 15 1 _| | /

%e 16 5 _ _ _ _ _| ../

%e ...

%e Also we can draw an infinite Dyck path in which the n-th odd-indexed line segment has a(n) up-steps and the n-th even-indexed line segment has A194446(n) down-steps. Note that the height of the n-th largest peak between two successive valleys at height 0 is also the partition number A000041(n). See below:

%e . 5

%e . /\ 3

%e . 4 / \ 4 /\

%e . /\ / \ /\ /

%e . 3 / \ 3 / \ / \/

%e . 2 /\ 2 / \ /\/ \ 2 /

%e . 1 /\ / \ /\/ \ / \ /\/

%e . /\/ \/ \/ \/ \/

%e .

%e .(End)

%t Last/@DeleteCases[DeleteCases[Sort@PadRight[Reverse/@IntegerPartitions[13]], x_ /; x == 0, 2], {_}] (* updated _Robert Price_, May 15 2020 *)

%Y Where records occur give A000041, n>=1. Column 1 is A158478. Row j has length A187219(j). Row sums give A138137. Right border gives A000027.

%Y Cf. A000041, A135010, A182730, A182731, A182732, A182733, A182982, A182983, A182703, A193870, A194446, A194447, A194550, A206437, A210979, A210980, A211978, A220517, A225600, A225610.

%K nonn,tabf

%O 1,2

%A _Omar E. Pol_, Aug 01 2008

%E Edited by _Omar E. Pol_, Nov 28 2010

%E Better definition and edited by _Omar E. Pol_, Oct 17 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 1 20:04 EDT 2024. Contains 372176 sequences. (Running on oeis4.)