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.

A185354 Number of not necessarily connected 5-regular simple graphs on 2n vertices with girth at least 4.

This page as a plain text file.
%I A185354 #23 Mar 18 2020 09:00:34
%S A185354 1,0,0,0,0,1,1,7,388,406824,1125022326,3813549359275
%N A185354 Number of not necessarily connected 5-regular simple graphs on 2n vertices with girth at least 4.
%H A185354 Jason Kimberley, <a href="/wiki/User:Jason_Kimberley/E_girth_ge_4">Not necessarily connected k-regular graphs with girth at least 4</a>
%H A185354 Jason Kimberley, <a href="/wiki/User:Jason_Kimberley/E_k-reg_girth_ge_g_index">Index of sequences counting not necessarily connected k-regular simple graphs with girth at least g</a>
%F A185354 This sequence is the Euler transformation of A058275.
%F A185354 a(n) = A058275(n) + A185254(n).
%t A185354 A058275 = Cases[Import["https://oeis.org/A058275/b058275.txt", "Table"], {_, _}][[All, 2]];
%t A185354 (* EulerTransform is defined in A005195 *)
%t A185354 EulerTransform[Rest @ A058275]  (* _Jean-François Alcover_, Dec 04 2019, updated Mar 18 2020 *)
%Y A185354 5-regular simple graphs on 2n vertices with girth at least 4: A058275 (connected), A185254 (disconnected), this sequence (not necessarily connected).
%Y A185354 Not necessarily connected k-regular simple graphs with girth at least 4: A185314 (any k), A185304 (triangle); specified degree k: A008484 (k=2), A185334 (k=3), A185344 (k=4), this sequence (k=5), A185364 (k=6).
%K A185354 hard,nonn,more
%O A185354 0,8
%A A185354 _Jason Kimberley_, Nov 04 2011