[go: up one dir, main page]

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!)
Revision History for A354578 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A354578 Number of ways to choose a divisor of each part of the n-th composition in standard order such that no adjacent divisors are equal.
(history; published version)
#9 by Michael De Vlieger at Sun Jun 12 22:52:29 EDT 2022
STATUS

proposed

approved

#8 by Gus Wiseman at Sun Jun 12 21:30:40 EDT 2022
STATUS

editing

proposed

#7 by Gus Wiseman at Sun Jun 12 21:29:43 EDT 2022
MATHEMATICA

stc[n_]:=Differences[Prepend[Join@@@@ Position[Reverse[IntegerDigits[n, 2]], 1], 0]]//Reverse;

CROSSREFS

The standardStandard compositions are listed by A066099.

#6 by Gus Wiseman at Sun Jun 12 21:08:56 EDT 2022
CROSSREFS

Cf. A029837, A124767, `, A175413, A238279/A333755, `A274174, A333381, A353847, `, A353849.

#5 by Gus Wiseman at Sun Jun 12 17:57:54 EDT 2022
CROSSREFS

A003242 counts anti-run compositions, ranked by A333489.

Cf. A003242 comps_antirun, A029837 stc_sum, A124767 stc_runs, A175413 binexp_has_dstnct_runs, A181819 pri_shadow, A238279 tri_comps_k_runs_wo_0, A274174 comps_runs_tgthr, A333381 stc_co_runs, A333489 stc_anti, A333755 tri_comps_runs, `A353835 prix_numdstnct_runsums, A353839 prix_wo_dstnct_runsums, A353847 stc_runsums, A353849 stc_numdstnct_runsums, `A353864 ptns_rucksack, `A353866 h_rucksack.

Cf. A029837, A124767, `A175413, A238279/A333755, `A274174, A333381, A353847, `A353849.

#4 by Gus Wiseman at Sun Jun 12 17:45:25 EDT 2022
CROSSREFS

First rowcolumn is 1 followed by A000005.

#3 by Gus Wiseman at Sat Jun 11 21:49:12 EDT 2022
NAME

allocatedNumber of ways to choose a divisor of each part of the n-th composition in standard order such that no adjacent fordivisors Gusare Wisemanequal.

DATA

1, 1, 2, 0, 2, 1, 1, 0, 3, 1, 2, 0, 1, 1, 0, 0, 2, 2, 3, 0, 3, 1, 1, 0, 2, 1, 1, 0, 0, 0, 0, 0, 4, 1, 4, 0, 2, 2, 1, 0, 4, 2, 2, 0, 1, 1, 0, 0, 1, 2, 2, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 3, 0, 5, 2, 2, 0, 5, 1, 3, 0, 1, 1, 0, 0, 3, 3, 5, 0, 3, 1, 1

OFFSET

0,3

COMMENTS

Every sequence can be uniquely split into a sequence of non-overlapping runs. For example, the runs of (2,2,1,1,1,3,2,2) are ((2,2),(1,1,1),(3),(2,2)), with sums (4,3,3,4). Then a(n) is the number of integer compositions whose run-sums constitute the n-th composition in standard order (graded reverse-lexicographic, A066099).

EXAMPLE

The terms 2^(n - 1) through 2^n - 1 sum to 2^n. As a triangle:

1

1

2 0

2 1 1 0

3 1 2 0 1 1 0 0

2 2 3 0 3 1 1 0 2 1 1 0 0 0 0 0

The a(n) compositions for selected n:

n=1: n=2: n=8: n=32: n=68: n=130:

----------------------------------------------------------------------

(1) (2) (4) (6) (4,3) (6,2)

(1,1) (2,2) (3,3) (2,2,3) (3,3,2)

(1,1,1,1) (2,2,2) (4,1,1,1) (6,1,1)

(1,1,1,1,1,1) (1,1,1,1,3) (3,3,1,1)

(2,2,1,1,1) (2,2,2,1,1)

(1,1,1,1,1,1,2)

MATHEMATICA

stc[n_]:=Differences[Prepend[Join@@Position[Reverse[IntegerDigits[n, 2]], 1], 0]]//Reverse;

antirunQ[y_]:=Length[Split[y]]==Length[y];

Table[Length[Select[Tuples[Divisors/@stc[n]], antirunQ]], {n, 0, 30}]

CROSSREFS

First row is 1 followed by A000005.

Row-sums are A011782.

The standard compositions are listed by A066099.

Positions of 0's are A354904.

Positions of first appearances are A354905.

A005811 counts runs in binary expansion.

A300273 ranks collapsible partitions, counted by A275870.

A353838 ranks partitions with all distinct run-sums, counted by A353837.

A353851 counts compositions with all equal run-sums, ranked by A353848.

A353840-A353846 pertain to partition run-sum trajectory.

A353852 ranks compositions with all distinct run-sums, counted by A353850.

A353853-A353859 pertain to composition run-sum trajectory.

A353860 counts collapsible compositions.

A353863 counts run-sum-complete partitions.

A354584 gives run-sums of prime indices, rows ranked by A353832.

Cf. A003242 comps_antirun, A029837 stc_sum, A124767 stc_runs, A175413 binexp_has_dstnct_runs, A181819 pri_shadow, A238279 tri_comps_k_runs_wo_0, A274174 comps_runs_tgthr, A333381 stc_co_runs, A333489 stc_anti, A333755 tri_comps_runs, `A353835 prix_numdstnct_runsums, A353839 prix_wo_dstnct_runsums, A353847 stc_runsums, A353849 stc_numdstnct_runsums, `A353864 ptns_rucksack, `A353866 h_rucksack.

KEYWORD

allocated

nonn,tabf

AUTHOR

Gus Wiseman, Jun 11 2022

STATUS

approved

editing

#2 by Gus Wiseman at Mon May 30 15:51:00 EDT 2022
KEYWORD

allocating

allocated

#1 by Gus Wiseman at Mon May 30 15:51:00 EDT 2022
NAME

allocated for Gus Wiseman

KEYWORD

allocating

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 August 30 11:14 EDT 2024. Contains 375543 sequences. (Running on oeis4.)