OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Cycle Polynomial
Eric Weisstein's World of Mathematics, Complete Tripartite Graph
FORMULA
Row sums of T(n,k) give A234616(n).
EXAMPLE
Written as cycle polynomials:
x^3
8 x^3 + 15 x^4 + 24 x^5 + 16 x^6
27 x^3 + 108 x^4 + 324 x^5 + 774 x^6 + 1620 x^7 + 2268 x^8 + 1584 x^9
64 x^3 + 396 x^4 + 1728 x^5 + 7200 x^6 + 27648 x^7 + 87480 x^8 + 232704 x^9 + 476928 x^10 + 663552 x^11 + 463104 x^12
giving the array
1
8, 15, 24, 16
27, 108, 324, 774, 1620, 2268, 1584
64, 396, 1728, 7200, 27648, 87480, 232704, 476928, 663552, 463104
MATHEMATICA
Table[Tally[Length /@ FindCycle[CompleteGraph[{n, n, n}], Infinity, All]][[All, 2]], {n, 4}] // Flatten
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Eric W. Weisstein, Dec 15 2017
STATUS
approved