login

Revision History for A325332

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Number of totally abnormal integer partitions of n.
(history; published version)
#6 by Susanna Cuyler at Thu May 02 08:53:18 EDT 2019
STATUS

proposed

approved

#5 by Gus Wiseman at Thu May 02 04:00:01 EDT 2019
STATUS

editing

proposed

#4 by Gus Wiseman at Thu May 02 03:59:37 EDT 2019
MATHEMATICA

antinrmQ[ptn_]:=And[!normQ[ptn], If[&&(Length[ptn]==1, True, ||antinrmQ[Sort[Length/@Split[ptn]]]]]);

#3 by Gus Wiseman at Wed May 01 21:30:15 EDT 2019
CROSSREFS

Cf. A181819, A275870, A305563, A317088, A317245 (supernormal), , A317491 (fully normal), , A317589 (uniformly normal), , A319149, A319810, A325372.

#2 by Gus Wiseman at Wed May 01 21:25:08 EDT 2019
NAME

allocated for Gus WisemanNumber of totally abnormal integer partitions of n.

DATA

0, 0, 1, 1, 2, 1, 3, 1, 4, 2, 5, 1, 8, 1, 7, 5, 10, 2, 16, 4, 21, 15, 24, 17, 49, 29, 53, 53, 84, 65, 121, 92, 148, 141, 186, 179, 280, 223, 317, 318, 428, 387, 576, 512, 700, 734, 899, 900, 1260, 1207, 1551, 1668, 2041, 2109, 2748, 2795, 3463, 3775, 4446

OFFSET

0,5

COMMENTS

A multiset is normal if its union is an initial interval of positive integers. A multiset is totally abnormal if it is not normal and either it is a singleton or its multiplicities form a totally abnormal multiset.

The Heinz numbers of these partitions are given by A325372.

EXAMPLE

The a(2) = 1 through a(12) = 8 totally abnormal partitions (A = 10, B = 11, C = 12):

(2) (3) (4) (5) (6) (7) (8) (9) (A) (B) (C)

(22) (33) (44) (333) (55) (66)

(222) (2222) (3322) (444)

(3311) (4411) (3333)

(22222) (4422)

(5511)

(222222)

(333111)

MATHEMATICA

normQ[m_]:=Or[m=={}, Union[m]==Range[Max[m]]];

antinrmQ[ptn_]:=And[!normQ[ptn], If[Length[ptn]==1, True, antinrmQ[Sort[Length/@Split[ptn]]]]];

Table[Length[Select[IntegerPartitions[n], antinrmQ]], {n, 0, 30}]

CROSSREFS

Cf. A181819, A275870, A305563, A317088, A317245 (supernormal), A317491 (fully normal), A317589 (uniformly normal), A319149, A319810, A325372.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, May 01 2019

STATUS

approved

editing

#1 by Gus Wiseman at Sun Apr 21 06:42:13 EDT 2019
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved