login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A054954
Number of unlabeled semi-strong digraphs on n nodes with an even number of pairwise different components.
4
0, 0, 1, 5, 88, 5141, 1052471, 706498013, 1581059448184, 12140608800384871, 328173098339746387013, 31831409094194340869533850, 11234306830091593156638822493531, 14576263867574000953696306880725802283
OFFSET
1,4
LINKS
V. A. Liskovets, Some easily derivable sequences, J. Integer Sequences, 3 (2000), #00.2.2.
FORMULA
a(n) = (A054952(n) - A054951(n))/2. - Andrew Howroyd, Sep 10 2018
MATHEMATICA
m = 15;
A035512 = Cases[Import["https://oeis.org/A035512/b035512.txt", "Table"], {_, _}][[All, 2]];
gf = -2 + Product[(1 - x^n)^A035512[[n + 1]], {n, 1, m}] + Product[(1 + x^n)^A035512[[n + 1]], {n, 1, m}];
CoefficientList[gf + O[x]^m , x]/2 // Rest (* Jean-François Alcover, Aug 26 2019, after Andrew Howroyd *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 24 2000
EXTENSIONS
More terms from Vladeta Jovovic, Mar 11 2003
a(12)-a(14) from Andrew Howroyd, Sep 10 2018
STATUS
approved