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.

Previous Showing 31-32 of 32 results.

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

A173399 Partial sums of A000798.

Original entry on oeis.org

1, 2, 6, 35, 390, 7332, 216859, 9752100, 652531454, 63912820877, 9040966693920, 1825887005430112, 521181458071204133, 208402575114740157174, 115825454552169007964634, 88852094573138413500449755, 93499965506283177978710943850, 134231450058844163850300579669696, 261626767193693218968916427480786899
Offset: 0

Views

Author

Jonathan Vos Post, Feb 17 2010

Keywords

Comments

Number of different quasi-orders (or topologies, or transitive digraphs) with n labeled elements.
The subsequence of primes in this partial sum begins: 2, 216859.

Crossrefs

Cf. A000798, A001035 (labeled posets), A001930 (unlabeled topologies), A000112 (unlabeled posets), A006057.

Programs

Formula

a(n) = Sum_{i=0..n} A000798(i).

Extensions

Missing term 7332 added and extended by Jean-François Alcover, Dec 30 2019
Previous Showing 31-32 of 32 results.