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.

A306319 Number of length-rectangular twice-partitions of n.

This page as a plain text file.
%I A306319 #10 Feb 08 2019 22:19:28
%S A306319 1,1,3,5,10,14,26,35,60,82,131,177,286,376,582,793,1202,1610,2450,
%T A306319 3274,4906,6665,9770,13274,19690,26506,38596,53006,76432,104189,
%U A306319 150844,205282,294304,404146,573140,786169,1119457,1527554,2155953,2965567,4163955,5701816
%N A306319 Number of length-rectangular twice-partitions of n.
%C A306319 A twice partition of n is a sequence of integer partitions, one of each part in an integer partition of n. It is length-rectangular if all parts have the same number of parts.
%e A306319 The a(5) = 14 length-rectangular twice-partitions:
%e A306319   [5] [4 1] [3 2] [3 1 1] [2 2 1] [2 1 1 1] [1 1 1 1 1]
%e A306319 .
%e A306319   [4] [3] [2 1]
%e A306319   [1] [2] [1 1]
%e A306319 .
%e A306319   [3] [2]
%e A306319   [1] [2]
%e A306319   [1] [1]
%e A306319 .
%e A306319   [2]
%e A306319   [1]
%e A306319   [1]
%e A306319   [1]
%e A306319 .
%e A306319   [1]
%e A306319   [1]
%e A306319   [1]
%e A306319   [1]
%e A306319   [1]
%t A306319 Table[Length[Join@@Table[Select[Tuples[IntegerPartitions/@ptn],SameQ@@Length/@#&],{ptn,IntegerPartitions[n]}]],{n,20}]
%Y A306319 Dominates A319066 (rectangular partitions of partitions), which dominates A323429 (rectangular plane partitions).
%Y A306319 Cf. A000219, A001970, A063834 (twice-partitions), A089299, A271619, A279787 (sum-rectangular twice-partitions), A305551, A306017, A306318 (square case), A323531.
%K A306319 nonn
%O A306319 0,3
%A A306319 _Gus Wiseman_, Feb 07 2019