A352764 Smallest number of edges in an asymmetric n-node graph, or -1 if no such graph exists.
0, -1, -1, -1, -1, 6, 6, 6, 7, 8, 9, 10, 11, 12, 13, 13, 14, 15, 16, 17, 18, 19, 20, 21, 21, 22, 23, 24, 25, 26, 27, 28, 29, 29, 30, 31, 32, 33, 34, 35, 36, 37, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 55, 56, 57, 58, 59
Offset: 1
Keywords
Links
- Pontus von Brömssen, Table of n, a(n) for n = 1..10000
- Eric Weisstein's World of Mathematics, Identity Graph
- Wikipedia, Asymmetric graph
Formula
For n >= 7, a(n) = n-m, where m is the largest positive integer with Sum_{k=1..m} t(k) <= n and t(k) is the order of the k-th largest asymmetric tree (so the sequence (t(k)) is nondecreasing and has A000220(j) occurrences of j).
Comments