cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A121063 Number of labeled directed multigraphs with n arcs for which every vertex has in-degree at least one and out-degree at least one.

Original entry on oeis.org

1, 0, 1, 4, 27, 246, 2783, 37424, 582153, 10276452, 202894801, 4429522252, 105943672079, 2754788353526, 77371821493913, 2334279549290960, 75286455363538607, 2584971423426768872, 94138234184851584599, 3624294240897948371036, 147080227272202880297669
Offset: 0

Views

Author

Vladeta Jovovic, Sep 06 2006

Keywords

Crossrefs

Programs

  • Maple
    n:=20: t:=taylor(sum(sum((-1)^(s-k)*binomial(s,k)*((1+x/(1-x))^(k-1)-1)^k*((1+x/(1-x))^k-1)^(s-k),k=0..s),s=0..n),x,n+1): seq(coeff(t,x,s),s=0..n); # Nathaniel Johnston, Apr 28 2011

Formula

G.f.: A(x/(1-x)) where A(x) is g.f. for A121933.
Showing 1-1 of 1 results.