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.

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

Original entry on oeis.org

0, 1, 1, 2, 5, 11, 30, 80, 228, 656, 1945, 5835, 17808, 54881, 170951, 536726, 1697774, 5403629, 17295686, 55630538, 179726346, 582942079, 1897565974, 6196973039, 20297954197, 66666192488, 219505550167, 724415274090, 2395838962114, 7939424272536
Offset: 0

Views

Author

Alois P. Heinz, Sep 11 2017

Keywords

Crossrefs

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