A101620 Decimal encoding of digraph topologies.
1, 3, 9, 11, 13, 15, 129, 131, 133, 137, 139, 141, 143, 145, 153, 161, 163, 165, 171, 175, 177, 179, 187, 193, 195, 197, 205, 207, 209, 213, 221, 241, 243, 245, 255
Offset: 1
Examples
Let a = 2, b = 4, c = 16, d = 256, ... a(19) = 171 because we can map { }, a, ab, ac, abc to 1 + 2 + 8 + 32 + 128 Viewed as an array the table begins 1 3 9 11 13 15 129 131 133 137 139 141 143 145 153 161 163 165 171 175 177 ... with respectively 1 1 4 29 355 ... (A000798) entries on each row.
Comments