A330195 BII-number of the BII-normalization of the set-system with BII-number n.
0, 1, 1, 3, 4, 5, 5, 7, 1, 3, 3, 11, 12, 13, 13, 15, 4, 5, 12, 13, 20, 21, 22, 23, 5, 7, 13, 15, 22, 23, 30, 31, 4, 12, 5, 13, 20, 22, 21, 23, 5, 13, 7, 15, 22, 30, 23, 31, 20, 22, 22, 30, 52, 53, 53, 55, 21, 23, 23, 31, 53, 55, 55, 63, 64, 65, 65, 67, 68, 69
Offset: 0
Keywords
Links
- Wikipedia, Idempotence
Crossrefs
This sequence is idempotent and its image/fixed points are A330109.
A subset of A326754.
Unlabeled spanning set-systems counted by vertices are A055621.
Unlabeled set-systems counted by weight are A283877.
BII-weight is A326031.
Other fixed points:
- Brute-force: A330104 (multisets of multisets), A330107 (multiset partitions), A330099 (set-systems).
- Lexicographic: A330120 (multisets of multisets), A330121 (multiset partitions), A330110 (set-systems).
- BII: A330109 (set-systems).
Programs
-
Mathematica
bpe[n_]:=Join@@Position[Reverse[IntegerDigits[n,2]],1]; fbi[q_]:=If[q=={},0,Total[2^q]/2]; biinorm[m_]:=If[Union@@m!={}&&Union@@m!=Range[Max@@Flatten[m]],biinorm[m/.Rule@@@Table[{(Union@@m)[[i]],i},{i,Length[Union@@m]}]],First[SortBy[brute[m,1],fbi[fbi/@#]&]]]; brute[m_,1]:=Table[Sort[Sort/@(m/.Rule@@@Table[{i,p[[i]]},{i,Length[p]}])],{p,Permutations[Union@@m]}]; Table[fbi[fbi/@biinorm[bpe/@bpe[n]]],{n,0,100}]
Formula
a(n) <= n.
Comments