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.

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

Original entry on oeis.org

0, 1, 1, 2, 5, 12, 33, 90, 261, 766, 2312, 7067, 21962, 68944, 218718, 699423, 2253303, 7304522, 23812437, 78008885, 256688310, 847979474, 2811399583, 9351303948, 31196953900, 104359901859, 349979094150, 1176395410202, 3962715659611, 13375015304266
Offset: 0

Views

Author

Alois P. Heinz, Sep 11 2017

Keywords

Crossrefs

Column k=10 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