A074486 Encoding of topologies generated by classes of sets.
1, 3, 9, 11, 15, 129, 131, 137, 139, 143, 153, 171, 175, 255
Offset: 0
Examples
1+2+8 = 11 (binary 1011) encodes {}, a, ab, which is the least encoding of this topology, so 11 is in the sequence. 1+4+8 = 13 (binary 1101) encodes {}, b, ab which is topologically equivalent and larger, so it is not in the sequence. The number of equivalent cases corresponding to a(n) begins 1; 1,1,2; 1,1,3,3,6,3,3,3,6; ... and is counted by A001928 (labeled topologies). 171 (binary 1011011) is in the sequence because we map {}, a, ab, ac, abc to 1 + 2 + 8 + 32 + 128.
Extensions
Edited by Franklin T. Adams-Watters, Mar 29 2014
Comments