OFFSET
0,8
LINKS
EXAMPLE
a(0)=0 because even though the null graph (on zero vertices) is vacuously 4-regular and connected, since it is acyclic, it has infinite girth.
The a(5)=1 complete graph on 5 vertices is 4-regular; it has 10 edges and 10 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]]];
a /@ Range[0, 22] (* Jean-François Alcover, Jan 27 2020 *)
CROSSREFS
4-regular simple graphs with girth exactly 3: this sequence (connected), A185043 (disconnected), A185143 (not necessarily connected).
Connected k-regular simple graphs with girth exactly 3: A006923 (k=3), this sequence (k=4), A184953 (k=5), A184963 (k=6), A184973 (k=7), A184983 (k=8), A184993 (k=9).
Connected 4-regular simple graphs with girth at least g: A006820 (g=3), A033886 (g=4), A058343 (g=5), A058348 (g=6).
KEYWORD
nonn,hard,more
AUTHOR
Jason Kimberley, Jan 25 2011
EXTENSIONS
Term a(22) corrected and a(23) appended, due to the correction and extension of A006820 by Andrew Howroyd, from Jason Kimberley, Mar 13 2020
STATUS
approved