OFFSET
0,12
LINKS
EXAMPLE
a(0)=0 because even though the null graph (on zero vertices) is vacuously 8-regular and connected, since it is acyclic, it has infinite girth.
The a(9)=1 complete graph on 9 vertices is 8-regular; it has 36 edges and 84 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]]];
A014378 = A@014378;
A181154 = A@181154;
a /@ Range[0, 16] (* Jean-François Alcover, Jan 27 2020 *)
CROSSREFS
Connected 8-regular simple graphs with girth exactly g: this sequence (g=3).
KEYWORD
nonn,hard,more
AUTHOR
Jason Kimberley, Feb 28 2011
STATUS
approved