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.

A136719 Number of labeled directed trees with n nodes.

Original entry on oeis.org

1, 3, 27, 432, 10125, 314928, 12252303, 573308928, 31381059609, 1968300000000, 139234453205859, 10968475320188928, 952427511967417317, 90388408459919044608, 9308590679915771484375, 1033947715493982426365952, 123217926482311669202664753, 15682720840457750419215679488
Offset: 1

Views

Author

Christian G. Bower, Jan 18 2008

Keywords

Comments

A directed tree is a tree where each edge is assigned one or both directions.

References

  • F. Bergeron, G. Labelle and P. Leroux, Combinatorial Species and Tree-Like Structures, Cambridge, 1998, p. 292 (4.1.58).

Crossrefs

Cf. A006965 (unlabeled version).

Programs

  • PARI
    seq(n)={Vec(serlaplace((-1/3)*lambertw(-3*x + O(x*x^n))/x))} \\ Andrew Howroyd, Feb 02 2020
    
  • PARI
    a(n) = {3*(3*n)^(n-2)} \\ Andrew Howroyd, Feb 02 2020

Formula

a(n) = A052756(n)/n.
a(n) = 3*(3*n)^(n-2). - Andrew Howroyd, Feb 02 2020

Extensions

Terms a(16) and beyond from Andrew Howroyd, Feb 02 2020