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!)
A184963 Number of connected 6-regular simple graphs on n vertices with girth exactly 3. 11
0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 21, 266, 7848, 367860, 21609299, 1470293674, 113314233799, 9799685588930 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
FORMULA
a(n) = A006822(n) - A058276(n).
EXAMPLE
a(0)=0 because even though the null graph (on zero vertices) is vacuously 6-regular and connected, since it is acyclic, it has infinite girth.
The a(7)=1 complete graph on 7 vertices is 6-regular; it has 21 edges and 35 triangles.
MATHEMATICA
A[s_Integer] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[ Import["https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {_, _}][[All, 2]]];
A006822 = A@006822;
A058276 = A@058276;
a[n_] := A006822[[n + 1]] - A058276[[n + 1]];
a /@ Range[0, 17] (* Jean-François Alcover, Jan 27 2020 *)
CROSSREFS
Connected 6-regular simple graphs with girth at least g: A006822 (g=3), A058276 (g=4).
Connected 6-regular simple graphs with girth exactly g: this sequence (g=3), A184964 (g=4).
Sequence in context: A203218 A198004 A184960 * A185163 A184961 A006822
KEYWORD
nonn,hard,more
AUTHOR
Jason Kimberley, Feb 28 2011
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 June 26 14:29 EDT 2024. Contains 373718 sequences. (Running on oeis4.)