read `TreeLine.txt`: K:=16: k:=3: L:=[seq(GFnk(n,k,x),n=1..K)]: print(`The generating function of the `, k, `component of the Graham TreeLine sequence for ulabeled trees with 1 to`, K, `vertices are `): print(L): print(``): print(`and in Maple notation `): print(``): lprint(L): print(``): print(`-------------------`): print(``): print(`This took`, time(), `seconds `): print(``): quit: