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.

A058338 Number of digraphs with indegree = outdegree at each vertex, or Eulerian digraphs (including disconnected graphs) with n nodes.

This page as a plain text file.
%I A058338 #24 Feb 20 2023 22:08:38
%S A058338 1,1,2,5,18,111,2292,181519,51294836,48814342597,157166848652408,
%T A058338 1736132851915020181,66689407510956897981608,
%U A058338 9012860249531358132125181323,4328664025050045497712238253179872,7451990930474005836163802713084971814275,46329549163592383403451764167315165130121820112
%N A058338 Number of digraphs with indegree = outdegree at each vertex, or Eulerian digraphs (including disconnected graphs) with n nodes.
%C A058338 Every regular tournament (A096368) is a Eulerian digraph. Similar methods may be used to compute terms of this sequence. - _Andrew Howroyd_, Apr 12 2020
%D A058338 F. Harary and E. M. Palmer, Graphical Enumeration, Academic Press, NY, 1973, p. 219 (but there is an error).
%D A058338 Ronald C. Read, email to _N. J. A. Sloane_, 28 August, 2000.
%F A058338 Euler transform of A058337.
%t A058338 A058337 = Cases[Import["https://oeis.org/A058337/b058337.txt", "Table"], {_, _}][[All, 2]];
%t A058338 (* EulerTransform is defined in A005195 *)
%t A058338 EulerTransform[Rest @ A058337] (* _Jean-François Alcover_, Feb 23 2020, upated Mar 18 2020 *)
%Y A058338 Cf. A007080 (labeled), A058337 (connected), A096368, A308161, A308111.
%K A058338 nonn,nice
%O A058338 0,3
%A A058338 _N. J. A. Sloane_
%E A058338 a(7) added using A058337 by _Falk Hüffner_, Dec 03 2015
%E A058338 a(8) and a(9) added using A058337 by _Brendan McKay_, May 05 2019
%E A058338 Terms a(10) and beyond from _Andrew Howroyd_, Apr 12 2020