A007080
Number of labeled Eulerian digraphs with n nodes.
Original entry on oeis.org
1, 2, 10, 152, 7736, 1375952, 877901648, 2046320373120, 17658221702361472, 569773219836965265152, 69280070663388783890248448, 31941407692847758201303724506112, 56121720938871110502272391300032261120, 377362438996731353329256282026362716827887616, 9744754031799754169218003376206941877943086188308480, 969342741943194323476512925742876053501022995325734477987840
Offset: 1
For n=3, the a(n) = 10 solutions are: (A . B . C), (A <--> B . C), (A <--> C . B), (B <--> C . A), (A --> B --> C --> A), (A --> C --> B --> A), (A <--> B <--> C), (A <--> C <--> B), (B <--> A <--> C), and (A <--> B <--> C <--> A). - _Mikhail Lavrov_, Mar 04 2025
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
- Matteo Beccaria, Thermal properties of a string bit model at large N, arXiv:1709.01801 [hep-th], 2017.
- Mohammad Behzad Kang and Andrew Salch, The mod p cohomology of the Morava stabilizer group at large primes, arXiv:2410.24171 [math.AT], 2024. See p. 46.
- Rüdiger Jehn, Kester Habermann, and Misha Lavrov, Number of ways that a football league can complete with all teams having the same number of points, arXiv:2503.14509 [math.GM], 2025.
- B. D. McKay, Applications of a technique for labeled enumeration, Congress. Numerantium, 40 (1983), 207-221.
- B. D. McKay, The asymptotic numbers of regular tournaments, Eulerian digraphs and Eulerian oriented graphs, Combinatorica 10 (1990), 367-377.
-
a[n_]:=Coefficient[Expand[Product[Product[x[i]+x[j],{j, 1, n}],{i, 1,n}]],Product[x[k]^n,{k,1,n}]]/2^n (* practically unusable for n>7 *)
a[n_]:=N[(Sqrt[n]/E^(1/4))*(2^n/Sqrt[n*Pi])^(n-1)*(1+3/(16*n)+1/(7*n^2)+3/(20*n^3))]
(* four digit accuracy for n>7 *) (* Thomas Curtright, Apr 12 2017 *)
Terms a(12) and beyond from McKay (1983), added by
Thomas Curtright, Apr 12 2017
A058337
Number of connected loop-free Eulerian digraphs with n nodes.
Original entry on oeis.org
1, 1, 1, 3, 12, 90, 2162, 179098, 51110788, 48762860958, 157117982629089, 1735975636147643118, 66687671220840028265672, 9012793558387399546070260538, 4328655012123103085159161399497333, 7451986601800967792474321528025564017244, 46329541711597124247394557123740768918978380463
Offset: 0
- F. Harary and E. M. Palmer, Graphical Enumeration, Academic Press, NY, 1973, p. 219 (but there is an error).
- Ronald C. Read, email to N. J. A. Sloane, 28 August, 2000.
a(7) (generated graphs with nauty, filtered and counted with Python) by
Pietro Battiston, Feb 08 2014
a(8) and a(9) added and description clarified by
Brendan McKay, May 05 2019
A308111
Isomorphism classes of Eulerian digraphs with n vertices, allowing loops.
Original entry on oeis.org
1, 2, 6, 24, 160, 2512, 129816, 22665792, 13056562208, 24953006054144, 160860329639968800, 3555065836569542246400, 273147301191314006316868352, 73832333258502021627712839197696, 70920540648597652305602460997787710080, 244186544390677638132290202415190606165938176, 3036252267734950687777830287721323374283100639476736
Offset: 0
For n=2 the a(2)=6 solutions are: two non-adjacent vertices with or without loops (3 cases), two vertices with or without loops connected by edges in each direction (3 cases).
For labeled digraphs rather than isomorphism classes see
A229865.
For isomorphism classes with loops forbidden see
A058338.
Cf.
A308128 (connected version of this).
A054957
Number of labeled connected Eulerian digraphs with n nodes.
Original entry on oeis.org
1, 1, 6, 118, 7000, 1329496, 868255024, 2039295163312, 17639804273910144, 569596637165777524096, 69273803156588266525129984, 31940576331984155835757999795456, 56121305700570450429977355284230355968, 377361653292638108206937443603065676106341376
Offset: 1
A308161
Number of isomorphism classes of Eulerian oriented graphs with n vertices.
Original entry on oeis.org
1, 1, 1, 2, 3, 7, 24, 200, 5479, 439517, 91097868, 48916220147, 68628518786683, 254305521019154638, 2512451288680194070842, 66741359152815902974086530, 4802230893555589082929258033462, 942013815025325986980154281918094498, 506666364226468633163453153303288094604018
Offset: 0
For n=4, the a(4)=3 solutions are an empty graph, a directed 3-cycle plus an isolated vertex, and a directed 4-cycle.
A058338 is the same allowing 2-cycles.
A308111 is the same allowing both loops and 2-cycles.
A054958
Number of labeled connected Eulerian digraphs with n nodes and an even number of edges.
Original entry on oeis.org
1, 1, 4, 62, 3512, 664808, 434127872, 1019647584176, 8819902136975232, 284798318582888943488, 34636901578294133264379392, 15970288165992077917879019856128, 28060652850285225214988677642354678784, 188680826646319054103468721801532841166681088
Offset: 1
A054959
Number of labeled connected Eulerian digraphs with n nodes and an odd number of edges.
Original entry on oeis.org
0, 0, 2, 56, 3488, 664688, 434127152, 1019647579136, 8819902136934912, 284798318582888580608, 34636901578294133260750592, 15970288165992077917878979939328, 28060652850285225214988677641875677184, 188680826646319054103468721801532834939660288
Offset: 1
A308128
Isomorphism classes of connected Eulerian digraphs with n vertices, allowing loops.
Original entry on oeis.org
1, 2, 3, 14, 112, 2174, 124501, 22400498, 13010949171, 24926846389076, 160810397320789069, 3554744065897655673978, 273140190737719436311559660, 73831786956788218320014098284918, 70920392983384812245087697080226658475, 244186402549448674084991238687021028510453186
Offset: 0
Showing 1-8 of 8 results.
Comments