OFFSET
1,1
REFERENCES
M. A. Michels, About The Structure of Graph Endomorphisms, Diploma thesis, University of Oldenburg, Germany, 2005
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
M. A. Michels and U. Knauer, The congruence classes of paths and cycles, Discrete Math., 309 (2009), 5352-5359. [N. J. A. Sloane, Sep 15 2009]
FORMULA
|End(C_2n)| = 2n*(2 + binomial(2n-1, n-1) + binomial(2n-1, n)) for n > 1.
MATHEMATICA
Join[{2}, Table[2 n (2 + Binomial[2 n - 1, n - 1] + Binomial[2 n - 1, n]), {n, 2, 25}]] (* Vincenzo Librandi, Nov 21 2018 *)
PROG
(Magma) [2] cat [2*n*(2 + Binomial(2*n-1, n-1) + Binomial(2*n-1, n)): n in [2..30]]; // Vincenzo Librandi, Nov 21 2018
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Martin Alexander Michels (martinmichels(AT)t-online.de), Sep 24 2005
EXTENSIONS
Corrected first term from 4 to 2 and added "n > 1" in the formula, which is not correct when n=1. - James D. Mitchell (jdm3(AT)st-and.ac.uk), Sep 21 2010
STATUS
approved