OFFSET
1,4
LINKS
Frank Harary and Peter J. Slater, A linear algorithm for the cutting center of a tree, Information Processing Letters, 23 (1986), 317-319.
Sean A. Irvine, Java program (github)
FORMULA
a(n) = Sum_{T} c(T) where the sum is over all trees with n vertices and c(T) is the cutting number of T.
a(n) = Sum_{k=0..(n-1)*(n-2)/2} A331238(n, k).
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Sean A. Irvine, Jan 13 2020
STATUS
approved