OFFSET
1,5
COMMENTS
Also number of (n-1)-node labeled mating graphs without isolated nodes, cf. A006024. - Vladeta Jovovic, Mar 23 2004
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..83
P. J. Cameron, Counting two-graphs related to trees, Elec. J. Combin., Vol. 2, #R4.
FORMULA
a(n) = Sum_{k=1..n} s(n, k) * 2^((k-1) * (k-2) / 2) where s(n, k) are the Stirling numbers of the first kind. - Sean A. Irvine, Feb 03 2018
MATHEMATICA
Array[Sum[StirlingS1[#, k] 2^((k - 1) (k - 2)/2), {k, #}] &, 15] (* Michael De Vlieger, Feb 03 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved