A339299 Number of essentially series oriented series-parallel networks with n labeled elements and without multiple unit elements in parallel.
0, 2, 6, 72, 840, 14040, 276360, 6494880, 175452480, 5375311200, 183962227680, 6958070380800, 288200792880000, 12974113884251520, 630742839699772800, 32933429270386444800, 1838083950894102912000, 109201772719684867622400, 6880730833827011402841600
Offset: 1
Keywords
Crossrefs
Programs
-
PARI
seq(n, Z=x)={my(p=Z+O(x^2)); for(n=2, n, p = (1 + Z)*exp(p^2/(1+p)) - 1); Vec(serlaplace(p-p/(1+p)), -n)}
Comments