A185153 Number of not necessarily connected 5-regular simple graphs on 2n vertices with girth exactly 3.
0, 0, 0, 1, 3, 59, 7848, 3459379, 2585136353, 2807104852102
Offset: 0
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.
1; 1, 1; 4, 2; 15, 5, 1; 71, 21, 2; 428, 103, 8, 1; 3406, 752, 48, 1; 34270, 7385, 450, 5; 418621, 91939, 5752, 32; 5937051, 1345933, 90555, 385; 94782437, 22170664, 1612917, 7573, 1; 1670327647, 401399440, 31297424, 181224, 3; 32090011476, 7887389438, 652159986, 4624481, 21; 666351752261, 166897766824, 14499787794, 122089999, 545, 1; 14859579573845, 3781593764772, 342646826428, 3328899592, 30368, 0;
A014374 = Cases[Import["https://oeis.org/A014374/b014374.txt", "Table"], {, }][[All, 2]]; etr[f_] := Module[{b}, b[n_] := b[n] = If[n == 0, 1, Sum[Sum[d f[d], {d, Divisors[j]}] b[n - j], {j, 1, n}]/n]; b]; a = etr[A014374[[# + 1]]&]; a /@ Range[0, Length[A014374] - 1] (* Jean-François Alcover, Dec 04 2019 *)
Comments