cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A185959 Number of Cayley graphs on n nodes.

This page as a plain text file.
%I A185959 #21 Feb 16 2025 08:33:14
%S A185959 1,2,2,4,3,8,4,14,9,20,8,74,14,56,44,278,36,376,60,1132,240,816,188,
%T A185959 15394,464,4104,1434,25784,1182,45184,2192,659232,6768,131660,11144,
%U A185959 1959040,14602,814216,48462,13055904,52488,9461984,99880,39134544,399126,34333800,364724
%N A185959 Number of Cayley graphs on n nodes.
%C A185959 First differs from A006799 at n = 10.
%H A185959 Derek Holt and Gordon Royle, <a href="https://arxiv.org/abs/1811.09015">A Census of Small Transitive Groups and Vertex-Transitive Graphs</a>, arXiv:1811.09015 [math.CO], 2018.
%H A185959 G. Royle, <a href="http://staffhome.ecm.uwa.edu.au/~00013890/remote/trans/index.html">Transitive graphs</a>
%H A185959 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/CayleyGraph.html">Cayley Graph</a>
%F A185959 a(n) = A006799(n) - A006792(n).
%t A185959 A006792 = Join[Array[0&, 10], Cases[Import["https://oeis.org/A006792/b006792.txt", "Table"], {_, _}][[All, 2]]];
%t A185959 A006799 = Cases[Import["https://oeis.org/A006799/b006799.txt", "Table"], {_, _}][[All, 2]];
%t A185959 a[n_] := A006799[[n]] - A006792[[n+1]];
%t A185959 Array[a, 47] (* _Jean-François Alcover_, Sep 05 2019 *)
%Y A185959 Row sums of A319372.
%Y A185959 Cf. A006792, A006799.
%K A185959 nonn,hard
%O A185959 1,2
%A A185959 _Eric W. Weisstein_, Feb 07 2011
%E A185959 a(32)-a(47) from _Danny Rorabaugh_, Nov 26 2018