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!)
A046910 Number of connected irreducible quasiorders with n labeled points. 1
1, 1, 1, 1, 25, 1321, 70201, 4542721, 384969649, 44087846545, 6926924885881, 1503058888234201, 451117640363382697, 186980881340749198561, 106678398214255092939169, 83440038893764124092029601, 89093417035281194970121062073, 129323858612953057624127147727913, 254190262374139251098507525465587609 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
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
From Geoffrey Critzer, Jul 10 2022: (Start)
E.g.f.: 1 + log(A(x) - A(x)*(1 - 1/A(x))^2 where A(x) is the e.g.f. for A000798.
a(n) = A001929(n) - Sum_{k>=2} A335987(n,k). (End)
MATHEMATICA
nn = 18; A[x_] :=Total[Cases[Import["https://oeis.org/A000798/b000798.txt",
"Table"], {_, _}][[All, 2]]*Table[x^(i - 1)/(i - 1)!, {i, 1, 19}]];
Range[0, nn]! CoefficientList[Series[1 + Log[A[x]] - A[x] (1 - 1/A[x])^2, {x, 0, nn}], x] (* Geoffrey Critzer, Jul 10 2022 *)
CROSSREFS
Sequence in context: A042203 A042200 A104593 * A278851 A243943 A192107
KEYWORD
nonn
AUTHOR
John A. Wright
EXTENSIONS
a(8)-a(18) from Geoffrey Critzer, Jul 10 2022
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)