[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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

Showing entries 1-10 | older changes
Number of widely alternately strongly normal integer partitions of n.
(history; published version)
#11 by Peter Luschny at Fri Jun 26 12:57:36 EDT 2020
STATUS

reviewed

approved

#10 by Michel Marcus at Fri Jun 26 12:02:15 EDT 2020
STATUS

proposed

reviewed

#9 by Jinyuan Wang at Fri Jun 26 05:46:33 EDT 2020
STATUS

editing

proposed

#8 by Jinyuan Wang at Fri Jun 26 05:46:21 EDT 2020
DATA

1, 1, 1, 2, 1, 2, 2, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1

EXTENSIONS

a(71)-a(77) from Jinyuan Wang, Jun 26 2020

STATUS

approved

editing

#7 by Susanna Cuyler at Tue Feb 18 04:47:37 EST 2020
STATUS

proposed

approved

#6 by Gus Wiseman at Mon Feb 17 18:53:23 EST 2020
STATUS

editing

proposed

#5 by Gus Wiseman at Mon Feb 17 18:52:31 EST 2020
CROSSREFS

The Heinz numbers of these partitions are A332291.

Cf. A100883, A181819, A317081, A317245, A317256, A317491, A329746, A329747, A332278, A332290, A332291, A332297, A332337.

#4 by Gus Wiseman at Mon Feb 17 18:45:15 EST 2020
EXAMPLE

For example, starting with the partition y = (4,4,4,3,3,2,1) and repeatedly taking run-lengths and reversing gives (4,4,4,3,3,2,1) -> (1,1,2,3) -> (1,1,2) -> (1,2) -> (1,1). All of these are normal with weakly increasing decreasing run-lengths, and the last is all 1's, so y is counted under a(21).

#3 by Gus Wiseman at Sun Feb 16 20:27:39 EST 2020
EXAMPLE

For example, starting with the partition y = (4,4,4,3,3,2,1) and repeatedly taking run-lengths and reversing gives (4,4,4,3,3,2,1) -> (1,1,2,3) -> (1,1,2) -> (1,2) -> (1,1). All of these are normal with weakly increasing run-lengths, and the last is all 1's, so y is counted under a(21).

#2 by Gus Wiseman at Sun Feb 16 20:21:39 EST 2020
NAME

allocated for Gus WisemanNumber of widely alternately strongly normal integer partitions of n.

DATA

1, 1, 1, 2, 1, 2, 2, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2

OFFSET

0,4

COMMENTS

An integer partition is widely alternately strongly normal if either it is constant 1's (wide) or it covers an initial interval of positive integers (normal) and has weakly decreasing run-lengths (strong) which, if reversed, are themselves a widely alternately strongly normal partition.

Also the number of widely alternately co-strongly normal reversed integer partitions of n.

EXAMPLE

The a(1) = 1, a(3) = 2, and a(21) = 3 partitions:

(1) (21) (654321)

(111) (4443321)

(111111111111111111111)

MATHEMATICA

totnQ[ptn_]:=Or[ptn=={}, Union[ptn]=={1}, And[Union[ptn]==Range[Max[ptn]], GreaterEqual@@Length/@Split[ptn], totnQ[Reverse[Length/@Split[ptn]]]]];

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

CROSSREFS

Normal partitions are A000009.

The non-strong version is A332277.

The co-strong version is A332289.

The case of reversed partitions is (also) A332289.

The Heinz numbers of these partitions are A332291.

The case of compositions is A332340.

Cf. A100883, A181819, A317081, A317245, A317256, A317491, A329746, A329747, A332278, A332290, A332297, A332337.

KEYWORD

allocated

nonn,more

AUTHOR

Gus Wiseman, Feb 16 2020

STATUS

approved

editing