OFFSET
1,3
REFERENCES
L. R. Foulds and R. W. Robinson, Counting certain classes of evolutionary trees with singleton labels, Congress. Num., 44 (1984), 65-88.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
L. R. Foulds and R. W. Robinson, Counting certain classes of evolutionary trees with singleton labels, Congress. Num., 44 (1984), 65-88. (Annotated scanned copy)
MAPLE
MATHEMATICA
m = 20;
A007151 = Rest[Range[0, m]! CoefficientList[ InverseSeries[ Series[(2x - E^x + 1)/(x + 1), {x, 0, m}], x], x]];
a[n_] := If[n == 1, 1, A007151[[n - 1]] + Q[n - 1]];
Array[a, m] (* Jean-François Alcover, Mar 30 2020, from Maple *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved