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!)
A237513 T(n,k) = number of maximal horizontal rectangles that contain the Durfee square for partitions of n that consist of k nodes, 1 <= k <= n; triangular array read by rows. 1
1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 1, 5, 1, 2, 1, 1, 1, 7, 1, 3, 1, 1, 1, 1, 10, 1, 5, 1, 2, 1, 1, 1, 13, 1, 7, 1, 3, 2, 1, 1, 1, 17, 1, 10, 1, 5, 3, 2, 1, 1, 1, 21, 1, 13, 1, 7, 6, 3, 1, 1, 1, 1, 26, 1, 17, 1, 10, 10, 5, 1, 3, 1, 1, 1, 31, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,10
COMMENTS
Column n consists solely of 1's if and only if n = 1 or n is a prime. Column 4: A033638.
LINKS
EXAMPLE
Triangle begins:
1
1 ... 1
1 ... 1 ... 1
1 ... 1 ... 1 ... 3
1 ... 1 ... 1 ... 3 ... 1
1 ... 1 ... 1 ... 5 ... 1 ... 2
1 ... 1 ... 1 ... 7 ... 1 ... 3 ... 1
1 ... 1 ... 1 .. 10 ... 1 ... 5 ... 1 ... 2
1 ... 1 ... 1 .. 13 ... 1 ... 7 ... 1 ... 3 ... 2
1 ... 1 ... 1 .. 17 ... 1 .. 10 ... 1 ... 5 ... 3 ... 2
1 ... 1 ... 1 .. 21 ... 1 .. 13 ... 1 ... 7 ... 6 ... 3 ... 1
1 ... 1 ... 1 .. 26 ... 1 .. 17 ... 1 .. 10 .. 10 ... 5 ... 1 ... 3
The dimensions of maximal horizontal rectangles for the partitions of 6 are 1 X 6, 1 X 5, 2 X 2, 1 X 4, 2 X 3, 2 X 2, 1 X 3, 2 X 2, 2 X 2, 1 X 2, 1 X 1; the numbers of nodes are the products 6, 5, 4, 4, 6, 4, 3, 4, 4, 2, 1; counting the occurrences of 1,2,3,4,5,6 gives 1,1,1,5,1,2, which is row 6 of the array.
MATHEMATICA
durfeeSquare[part_] := Max[Map[Min, Transpose[{#, Range[Length[#]]}] &[part]]]; hRectangle[part_] := {#, part[[#]]} &[durfeeSquare[part]]; Map[Last[Transpose[Tally[Sort[Map[Times @@ hRectangle[#] &, IntegerPartitions[#]]]]]] &, Range[20]] (* Peter J. C. Moses, Feb 10 2014 *)
CROSSREFS
Sequence in context: A094392 A111946 A175788 * A137844 A263845 A079229
KEYWORD
nonn,tabl,easy
AUTHOR
Clark Kimberling, Feb 08 2014
STATUS
approved

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 April 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)