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.

Showing 1-1 of 1 results.

A280202 Number of topologies on an n-set X such that for all x in X there is a y in X such that x and y are topologically indistinguishable.

Original entry on oeis.org

1, 0, 1, 1, 10, 31, 361, 2164, 32663, 313121, 6199024, 86219497, 2225685925, 42396094690, 1414152064833, 35520966967269, 1517860883350266, 48936884016265947, 2659543345912283917, 107827798819822505332, 7409614386025588874195, 371626299919138199117981
Offset: 0

Views

Author

Geoffrey Critzer, Dec 28 2016

Keywords

Comments

Equivalently a(n) is the number of topologies on an n-set X such that for all x in X there is a y in X such that x and y have exactly the same neighborhoods.

Examples

			a(4) = 10 because letting X = {a,b,c,d} we have the trivial topology; {{},{b,c},{a,d},X} * 3; and {{},{a,b},X} *6.
		

Crossrefs

Column k=0 of A280192.

Formula

E.g.f.: A(exp(x) - 1 - x) where A(x) is the e.g.f. for A001035.
a(n) = Sum_{k=0..floor(n/2)} A008299(n,k)*A001035(k).

Extensions

a(19)-a(21) from Pontus von Brömssen, Apr 05 2023
Showing 1-1 of 1 results.