The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A046912 Number of irreducible quasiorders with n labeled points. 2
1, 1, 2, 11, 147, 3412, 121553, 6353629, 476850636, 50811255045, 7636459252135, 1610584897516674, 474333338553730879, 194055026319667963777, 109692570582311591696890, 85221064877720762475072503, 90542406571528792666541430863, 130936936785995060562730057163556, 256634185641525450158992588551158389 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
J. A. Wright, There are 718 6-point topologies, quasi-orderings and transgraphs, Notices Amer. Math. Soc., 17 (1970), p. 646, Abstract #70T-A106.
FORMULA
E.g.f.: A(x) = 2-1/B(x), where B(x) is e.g.f. of A000798. - Vladeta Jovovic, Jan 10 2006
MATHEMATICA
A000798 = Cases[Import["https://oeis.org/A000798/b000798.txt", "Table"], {_, _}][[All, 2]]; lg = Length[A000798];
B[x_] = Sum[A000798[[n + 1]] x^n/n!, {n, 0, lg - 1}];
A[x_] = 2 - 1/B[x];
CoefficientList[A[x] + O[x]^lg, x]*Range[0, lg - 1]! (* Jean-François Alcover, Jan 01 2020 *)
CROSSREFS
Cf. A046911.
Sequence in context: A348797 A204243 A203203 * A185245 A006122 A111014
KEYWORD
nonn,more
AUTHOR
John A. Wright.
EXTENSIONS
Corrected and extended by Vladeta Jovovic, Jan 10 2006
a(16)-a(18) from A000798 by Jean-François Alcover, Jan 01 2020
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 June 5 07:46 EDT 2024. Contains 373102 sequences. (Running on oeis4.)