login
A321583
Number of maximal matchings in the n X n antelope graph.
0
1, 1, 1, 1, 16, 1296, 767700, 9856955880
OFFSET
1,5
LINKS
Eric Weisstein's World of Mathematics, Antelope Graph.
Eric Weisstein's World of Mathematics, Matching.
Eric Weisstein's World of Mathematics, Maximal Independent Edge Set.
MATHEMATICA
Table[Length@FindIndependentVertexSet[LineGraph@RelationGraph[Sort[Abs[Subtract[##]]] == {3, 4} &, Tuples[Range[n], 2]], Infinity, All], {n, 7}]
CROSSREFS
Sequence in context: A186420 A163395 A134375 * A057994 A221607 A351760
KEYWORD
nonn,more
AUTHOR
Eric W. Weisstein, Nov 13 2018
EXTENSIONS
a(8) from Pontus von Brömssen, Dec 31 2022
STATUS
approved