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.

A151880 Triangle: R*(n,k) (n>=2, k from 2 to n-1 or to 2 if n = 2), where R*(n,k) = number of trees with n nodes and k unlabeled end-nodes.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 3, 1, 3, 9, 12, 1, 4, 18, 52, 60, 1, 5, 30, 136, 360, 360
Offset: 0

Views

Author

N. J. A. Sloane, Jul 21 2009

Keywords

Comments

All nodes are labeled except for the end-nodes.

Examples

			Triangle (in fact the columns in the original have been reversed and the triangle transposed):
(n=2) 1
(n=3) 1
(n=4) 1 1
(n=5) 1 2 3
(n=6) 1 3 9 12
(n=7) 1 4 18 52 60
(n=8) 1 5 30 136 360 360
		

Crossrefs

See A213262 for a better version with more terms and a program.
Row sums give A001258.

Formula

There is an explicit formula in terms of Stirling numbers of the second kind.