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.

A121252 Number of labeled digraphs without isolated vertices and with n arcs.

Original entry on oeis.org

1, 2, 25, 520, 15150, 567540, 25986334, 1406214816, 87803248260, 6213408758960, 491423381371208, 42958461746823376, 4112928296979824348, 428022362222941505760, 48106759414197240877200, 5807382441785322296139392
Offset: 0

Views

Author

Vladeta Jovovic, Aug 22 2006

Keywords

Crossrefs

Cf. A054545, A053418 (unlabeled).

Programs

  • Maple
    seq(value(Sum(binomial(m*(m-1),n)/2^(m+1),m=0..infinity)),n=0..20); # Vladeta Jovovic, Aug 25 2006

Formula

a(n) = Sum_{m>=0} binomial(m*(m-1),n)/2^(m+1). Column sums of A054547.

Extensions

More terms from Max Alekseyev, Aug 23 2006