OFFSET
2,1
COMMENTS
The maximum size of a clique in the n-alternating graph is 3. Cliques are then triangles, edges, vertices and the empty set. - Andrew Howroyd, Sep 08 2019
LINKS
Andrew Howroyd, Table of n, a(n) for n = 2..200
Eric Weisstein's World of Mathematics, Alternating Group Graph
Eric Weisstein's World of Mathematics, Clique
FORMULA
a(n) = 1 + (4*n - 5)*n!/6. - Andrew Howroyd, Sep 08 2019
PROG
(PARI) a(n) = 1 + (4*n - 5)*n!/6; \\ Andrew Howroyd, Sep 08 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Jun 09 2019
EXTENSIONS
Offset corrected and terms a(7) and beyond from Andrew Howroyd, Sep 08 2019
STATUS
approved