OFFSET
3,3
COMMENTS
Comment from Saverio Caminiti and Emanuele G. Fusco (fusco(AT)di.uniroma1.it), Sep 18 2007: There is a flaw in the paper by Lamathe that we point out in our contribution. This sequence does not give the number of labeled 3-arch graphs on n nodes. The correct sequence is given in our paper.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 3..172
Saverio Caminiti and Emanuele G. Fusco, On the Number of Labeled k-arch Graphs, Journal of Integer Sequences, Vol 10 (2007), Article 07.7.5.
C. Lamathe, The number of labeled k-arch graphs, Journal of Integer Sequences, Vol. 7 (2004), Article 04.3.1.
B. Leclerc, Graphes d'arches, Math. Sci. Hum. 157 (2002), 27-48.
MAPLE
with(combinat); seq( binomial(n, 3)^(n-4), n=3..19 );
MATHEMATICA
Table[Binomial[n, 3]^(n-4), {n, 3, 20}] (* Harvey P. Dale, Aug 01 2025 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Cedric Lamathe (lamathe(AT)loria.fr), Sep 30 2004
STATUS
approved
