OFFSET
1,3
COMMENTS
In the parlance of extremal graph theory, a(n) is the extremal number ex(n, C_(0 mod 4)).
LINKS
Ervin Győri, Binlong Li, Nika Salia, Casey Tompkins, Kitti Varga, and Manran Zhu, On graphs without cycles of length 0 modulo 4, arXiv: 2312.09999 [math.CO], 2023.
FORMULA
EXAMPLE
For n = 4, any simple graph with 4 vertices and 5 edges contains a cycle of length 4 == 0 (mod 4), so a(4) < 5. There are exactly two nonisomorphic graphs with 4 vertices and 4 edges. One of them has no cycles of any length other than 3, so a(4) = 4.
MATHEMATICA
Table[Floor[19/12 * (n - 1)], {n, 100}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Luc Ta, Aug 21 2024
STATUS
approved