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.

A350451 Number of weakly connected acyclic digraphs with n arcs.

Original entry on oeis.org

1, 1, 3, 9, 36, 151, 750, 3959, 22857, 140031, 909388, 6202031, 44256875, 328994157, 2540242646, 20317980102, 167980915848, 1432808198569, 12587788263807, 113739153822878, 1055610955120803, 10051265993496814, 98083750658261085, 979961276867802001, 10015362142357613001
Offset: 0

Views

Author

Andrew Howroyd, Dec 31 2021

Keywords

Crossrefs

Row sums of A350450.
Column sums of A350449.

Programs

  • PARI
    \\ See PARI link in A122078 for program code.
    { my(T=WeakAcyclicDigraphsTr(15)); vector(#T, n, vecsum(T[n])) }