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!)
A355612 Number of labeled digraphs on [n] such that for any pair C_1,C_2 of distinct strongly connected components, if x in C_1 is directed to y in C_2 then every vertex in C_1 is directed to every vertex in C_2. 3
1, 1, 4, 52, 2524, 629296, 750098464, 3540134362192, 63605185617860464, 4402130837352016607296, 1190565802204629673473661504, 1270503156085666608161173288964992, 5381113705726490960372769906727545572224, 90765998703828737395601069325546106634460887296, 6109068274998388232409260496587163340177606642565219584 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Here a digraph can have both a directed edge from x to y and y to x but no self loops are allowed.
LINKS
FORMULA
E.g.f.: D(S(x)-1) where D(x),S(x) are the e.g.f.'s for A003024 and A003030 respectively.
MATHEMATICA
nn = 14; d[x_] := Total[Cases[Import["https://oeis.org/A003024/b003024.txt",
"Table"], {_, _}][[All, 2]]*Table[x^(i - 1)/(i - 1)!, {i, 1, 41}]];
s[x_] := Total[ Prepend[Cases[Import["https://oeis.org/A003030/b003030.txt",
"Table"], {_, _}][[All, 2]], 1]* Table[x^(i - 1)/(i - 1)!, {i, 1, 59}]];
Range[0, nn]! CoefficientList[Series[d[s[x] - 1], {x, 0, nn}], x]
CROSSREFS
Sequence in context: A055974 A009671 A015001 * A317829 A327234 A327373
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Jul 09 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 July 25 22:06 EDT 2024. Contains 374612 sequences. (Running on oeis4.)