Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A326704

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

Showing entries 1-10 | older changes
BII-numbers of antichains of nonempty sets.
(history; published version)
#11 by OEIS Server at Mon Jun 17 07:05:19 EDT 2024
LINKS

John Tyler Rascoe, <a href="/A326704/b326704_1.txt">Table of n, a(n) for n = 1..7580</a>

#10 by Peter Luschny at Mon Jun 17 07:05:19 EDT 2024
STATUS

reviewed

approved

Discussion
Mon Jun 17
07:05
OEIS Server: Installed first b-file as b326704.txt.
#9 by Michel Marcus at Mon Jun 17 00:28:44 EDT 2024
STATUS

proposed

reviewed

#8 by John Tyler Rascoe at Sun Jun 16 22:24:13 EDT 2024
STATUS

editing

proposed

#7 by John Tyler Rascoe at Sun Jun 16 22:22:44 EDT 2024
LINKS

John Tyler Rascoe, <a href="/A326704/b326704_1.txt">Table of n, a(n) for n = 1..7580</a>

John Tyler Rascoe, <a href="/A326704/a326704.py.txt">Python Program</a>.

PROG

(Python) # see linked program

KEYWORD

nonn,base

STATUS

approved

editing

#6 by N. J. A. Sloane at Sat Jul 27 14:57:51 EDT 2019
COMMENTS

A binary index of n is any position of a 1 in its reversed binary digitsexpansion. We define the set-system with BII-number n to be obtained by taking the binary indices of each binary index of n. Every finite set of finite nonempty sets has a different BII-number. For example, 18 has reversed binary digits expansion (0,1,0,0,1), and since the binary indices of 2 and 5 are {2} and {1,3} respectively, it follows that the BII-number of {{2},{1,3}} is 18.

Discussion
Sat Jul 27
14:57
OEIS Server: https://oeis.org/edit/global/2822
#5 by Susanna Cuyler at Sun Jul 21 22:02:23 EDT 2019
STATUS

proposed

approved

#4 by Gus Wiseman at Sun Jul 21 15:22:50 EDT 2019
STATUS

editing

proposed

#3 by Gus Wiseman at Sun Jul 21 15:20:03 EDT 2019
COMMENTS

Elements of a set-system are sometimes called edges. In an antichain of sets, no edge is a subset or superset of any other edge.

#2 by Gus Wiseman at Sun Jul 21 13:02:45 EDT 2019
NAME

allocated for Gus WisemanBII-numbers of antichains of nonempty sets.

DATA

0, 1, 2, 3, 4, 8, 9, 10, 11, 12, 16, 18, 20, 32, 33, 36, 48, 52, 64, 128, 129, 130, 131, 132, 136, 137, 138, 139, 140, 144, 146, 148, 160, 161, 164, 176, 180, 192, 256, 258, 260, 264, 266, 268, 272, 274, 276, 288, 292, 304, 308, 320, 512, 513, 516, 520, 521, 524

OFFSET

1,3

COMMENTS

A binary index of n is any position of a 1 in its reversed binary digits. We define the set-system with BII-number n to be obtained by taking the binary indices of each binary index of n. Every finite set of finite nonempty sets has a different BII-number. For example, 18 has reversed binary digits (0,1,0,0,1), and since the binary indices of 2 and 5 are {2} and {1,3} respectively, it follows that the BII-number of {{2},{1,3}} is 18.

In an antichain of sets, no edge is a subset or superset of any other.

EXAMPLE

The sequence of all antichains of nonempty sets together with their BII-numbers begins:

0: {}

1: {{1}}

2: {{2}}

3: {{1},{2}}

4: {{1,2}}

8: {{3}}

9: {{1},{3}}

10: {{2},{3}}

11: {{1},{2},{3}}

12: {{1,2},{3}}

16: {{1,3}}

18: {{2},{1,3}}

20: {{1,2},{1,3}}

32: {{2,3}}

33: {{1},{2,3}}

36: {{1,2},{2,3}}

48: {{1,3},{2,3}}

52: {{1,2},{1,3},{2,3}}

MATHEMATICA

bpe[n_]:=Join@@Position[Reverse[IntegerDigits[n, 2]], 1];

stableQ[u_, Q_]:=!Apply[Or, Outer[#1=!=#2&&Q[#1, #2]&, u, u, 1], {0, 1}];

Select[Range[100], stableQ[bpe/@bpe[#], SubsetQ]&]

CROSSREFS

Antichains of sets are counted by A000372.

Antichains of nonempty sets are counted by A014466.

MM-numbers of antichains of multisets are A316476.

BII-numbers of chains of nonempty sets are A326703.

Cf. A000120, A029931, A035327, A048793, A070939, A291166, A302521, A326031, A326675, A326701, A326702.

KEYWORD

allocated

nonn

AUTHOR

Gus Wiseman, Jul 21 2019

STATUS

approved

editing