The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A219116 Number of semicomplete digraphs on n nodes with an "Emperor". 2
0, 1, 2, 9, 108, 3645, 354294, 100442349, 83682825624, 205891132094649, 1500946352969991210, 32497439772059170685073, 2093390532109442148854046084, 401741006974223960704968343445877, 229924845755649214047240549209929574046 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) is also the number of asymmetric digraphs on n nodes with an "Emperor".
LINKS
FORMULA
a(n) = n*3^((n^2 - 3*n + 2)/2).
PROG
(Maxima) A219116(n):=n*3^((n^2-3*n+2)/2)$ makelist(A219116(n), n, 0, 14); /* Martin Ettl, Nov 13 2012 */
CROSSREFS
See also A123903 for tournaments and A217652 for digraphs.
Sequence in context: A341056 A309452 A354663 * A245731 A290714 A062498
KEYWORD
nonn
AUTHOR
Rémy-Robert Joseph, Nov 12 2012
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 June 10 14:28 EDT 2024. Contains 373264 sequences. (Running on oeis4.)