login
A185959
Number of Cayley graphs on n nodes.
7
1, 2, 2, 4, 3, 8, 4, 14, 9, 20, 8, 74, 14, 56, 44, 278, 36, 376, 60, 1132, 240, 816, 188, 15394, 464, 4104, 1434, 25784, 1182, 45184, 2192, 659232, 6768, 131660, 11144, 1959040, 14602, 814216, 48462, 13055904, 52488, 9461984, 99880, 39134544, 399126, 34333800, 364724
OFFSET
1,2
COMMENTS
First differs from A006799 at n = 10.
LINKS
Derek Holt and Gordon Royle, A Census of Small Transitive Groups and Vertex-Transitive Graphs, arXiv:1811.09015 [math.CO], 2018.
Eric Weisstein's World of Mathematics, Cayley Graph
FORMULA
a(n) = A006799(n) - A006792(n).
MATHEMATICA
A006792 = Join[Array[0&, 10], Cases[Import["https://oeis.org/A006792/b006792.txt", "Table"], {_, _}][[All, 2]]];
A006799 = Cases[Import["https://oeis.org/A006799/b006799.txt", "Table"], {_, _}][[All, 2]];
a[n_] := A006799[[n]] - A006792[[n+1]];
Array[a, 47] (* Jean-François Alcover, Sep 05 2019 *)
CROSSREFS
Row sums of A319372.
Sequence in context: A048676 A049287 A285620 * A006799 A056429 A133806
KEYWORD
nonn,hard,changed
AUTHOR
Eric W. Weisstein, Feb 07 2011
EXTENSIONS
a(32)-a(47) from Danny Rorabaugh, Nov 26 2018
STATUS
approved