login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A281547 Total number of subsets of X that are both open and closed summed over all distinct topological spaces X that can be placed on an n-set. 1
1, 2, 10, 82, 1038, 19754, 561778, 23890766, 1516425978, 142478603490, 19560464078774, 3868751287074546, 1088233853378616578, 430599111941369628326, 237480490462200909980594, 181131722604060126010422898, 189780362331001773747253412782, 271553393666987988551182068682458, 527932854364810523962111033565618786 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Wikipedia, Clopen set.
FORMULA
E.g.f.: A(exp(x) - 1)^2 where A(x) is the e.g.f. for A001035.
a(n) = Sum_{k=1..n} A247232(n,k)*2^k.
EXAMPLE
a(2) = 10. Let X = {a,b}. There are four distinct topologies (A000798) that can be placed on X: {{},X} {{},{a},X} {{}, {b},X} {{},{a},{b},X}. These topologies have 2 + 2 + 2 + 4 sets respectively that are both open and closed.
MATHEMATICA
A001035 = Cases[Import["https://oeis.org/A001035/b001035.txt", "Table"], {_, _}][[All, 2]];
lg = Length[A001035];
A[x_] = Sum[A001035[[n + 1]] x^n/n!, {n, 0, lg - 1}];
CoefficientList[A[Exp[x] - 1]^2 + O[x]^lg, x]*Range[0, lg - 1]! (* Jean-François Alcover, Jan 01 2020 *)
CROSSREFS
Sequence in context: A321089 A112487 A089469 * A111265 A296667 A003093
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Jan 23 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 18 20:50 EDT 2024. Contains 375284 sequences. (Running on oeis4.)