cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A101620 Decimal encoding of digraph topologies.

Original entry on oeis.org

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

Views

Author

Alford Arnold, Dec 10 2004

Keywords

Comments

The sequence encodes labeled digraph topologies as described by and counted in A000798.

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.
		

Crossrefs