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.

A292212 Number of (unlabeled) rooted trees with n leaf nodes and without unary nodes or outdegrees larger than six.

Original entry on oeis.org

0, 1, 1, 2, 5, 12, 33, 89, 258, 756, 2279, 6957, 21592, 67689, 214451, 684850, 2203384, 7133042, 23222003, 75971636, 249646198, 823597534, 2726859943, 9057797752, 30176758016, 100810029178, 337614951216, 1133292965615, 3812333876764, 12849946139206
Offset: 0

Views

Author

Alois P. Heinz, Sep 11 2017

Keywords

Crossrefs

Column k=6 of A292085.

Programs

  • Maple
    b:= proc(n, i, v) option remember; `if`(n=0,
          `if`(v=0, 1, 0), `if`(i<1 or v<1 or n