[go: up one dir, main page]

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

Showing all changes.
Number of totally strong compositions of n.
(history; published version)
#8 by Susanna Cuyler at Fri Feb 14 08:02:31 EST 2020
STATUS

proposed

approved

#7 by Gus Wiseman at Fri Feb 14 03:35:42 EST 2020
STATUS

editing

proposed

#6 by Gus Wiseman at Thu Feb 13 20:42:57 EST 2020
NAME

Number of recursively totally strong compositions of n.

COMMENTS

A sequence is recursively totally strong if either it is empty, equal to (1), or its run-lengths are weakly decreasing (strong) and are themselves a recursively totally strong sequence.

Also the number of recursively totally co-strong compositions of n.

CROSSREFS

The total version case of partitions is A316496.

The case of partitions is (also) A316496.

#5 by Gus Wiseman at Thu Feb 13 20:25:36 EST 2020
COMMENTS

A sequence is recursively strong if either it is empty or , equal to (1), or its run-lengths are weakly decreasing (strong) and are themselves a recursively strong sequence.

#4 by Gus Wiseman at Tue Feb 11 18:29:53 EST 2020
COMMENTS

A composition of n is a finite sequence of positive integers with sum n.

#3 by Gus Wiseman at Tue Feb 11 18:28:11 EST 2020
NAME

Number of narrowly recursively strong compositions of n.

COMMENTS

A sequence is narrowly recursively strong if either it is empty or a singleton equal to (narrow1), or its run-lengths are weakly decreasing (strong) and are themselves a narrowly recursively strong sequence (recursive).

Also the number of recursively co-strong compositions of n.

MATHEMATICA

tni[q_]:=Or[Length[q]<=={}, q=={1, }, And[GreaterEqual@@Length/@Split[q], tni[Length/@Split[q]]]];

CROSSREFS

The co-strong case is A332274 (this sequence).

#2 by Gus Wiseman at Tue Feb 11 17:34:54 EST 2020
NAME

allocated for Gus WisemanNumber of narrowly recursively strong compositions of n.

DATA

1, 1, 2, 4, 7, 11, 22, 33, 56, 93, 162, 264, 454, 765, 1307, 2237, 3849, 6611, 11472, 19831, 34446, 59865, 104293, 181561, 316924

OFFSET

0,3

COMMENTS

A sequence is narrowly recursively strong if either it is empty or a singleton (narrow), or its run-lengths are weakly decreasing (strong) and are themselves a narrowly recursively strong sequence (recursive).

EXAMPLE

The a(1) = 1 through a(5) = 11 compositions:

(1) (2) (3) (4) (5)

(11) (12) (13) (14)

(21) (22) (23)

(111) (31) (32)

(121) (41)

(211) (122)

(1111) (131)

(212)

(311)

(2111)

(11111)

MATHEMATICA

tni[q_]:=Or[Length[q]<=1, And[GreaterEqual@@Length/@Split[q], tni[Length/@Split[q]]]];

Table[Length[Select[Join@@Permutations/@IntegerPartitions[n], tni]], {n, 0, 15}]

CROSSREFS

The total version is A316496.

The case of partitions is (also) A316496.

The case of reversed partitions is A332275.

The alternating version is A332338.

Cf. A100883, A317245, A317256, A317491, A329744, A332272, A332279, A332289, A332292, A332336, A332337, A332339.

KEYWORD

allocated

nonn,more

AUTHOR

Gus Wiseman, Feb 11 2020

STATUS

approved

editing

#1 by Gus Wiseman at Sat Feb 08 23:13:02 EST 2020
NAME

allocated for Gus Wiseman

KEYWORD

allocated

STATUS

approved