login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A054933 Number of unlabeled digraphs on n nodes up to reversing the arcs. 2
1, 3, 13, 144, 5158, 778084, 441288796, 896699384640, 6513980949408584, 170630216624502796000, 16261454692830032538976880, 5683372715412978313604073582912, 7334542846356465411966209047539403296, 35157828307617499762304829312302735958971072, 629172630775224433640531447950565255471723325434560 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
A. Gainer-Dewar, Pólya theory for species with an equivariant group action, arXiv:1401.6202 [math.CO], 2014. Also Andrew Gainer-Dewar, Species with an equivariant group action, AUSTRALASIAN JOURNAL OF COMBINATORICS, Volume 63(2) (2015), Pages 202-225.
V. A. Liskovets, Some easily derivable sequences, J. Integer Sequences, 3 (2000), #00.2.2.
FORMULA
a(n) = (A000273(n) + A002499(n))/2.
MATHEMATICA
A000273 = Cases[Import["https://oeis.org/A000273/b000273.txt", "Table"], {_, _}][[All, 2]];
A002499 = Cases[Import["https://oeis.org/A002499/b002499.txt", "Table"], {_, _}][[All, 2]];
a[n_] := (A000273[[n + 1]] + A002499[[n]])/2;
Array[a, 50] (* Jean-François Alcover, Aug 29 2019 *)
CROSSREFS
Sequence in context: A228648 A161677 A180276 * A130589 A041591 A001150
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 24 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)