


read BinaryTrees: 


gu:=FntSeq(100,t):

print(`The first one hundred terms in the sequence of weight-enumerators of full binary trees with n leaves`):
print(`according to the weight t^(Height) is: `):
lprint(gu):

print(`This took`, time(), `seconds. `):

quit:
