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.

A214565 Sum(M(t)), where summation is over all rooted trees t with n vertices and M(t) is the number of ways to take apart t by sequentially removing terminal edges (see A206494).

Original entry on oeis.org

1, 1, 3, 12, 66, 426, 3392, 30412, 314994, 3622332, 46379994, 648971940, 9923253672, 163720448184, 2910558776412, 55341456735744
Offset: 1

Views

Author

Emeric Deutsch, Jul 21 2012

Keywords

Examples

			a(4) = 12 because there are four rooted trees with 4 vertices; their Matula-Goebel numbers are 5,6,7, and 8 and, consequently M(5)+M(6)+M(7)+M(8) = 1+3+2+6 = 12 (see A206494).
		

Crossrefs

Formula

Apparently, no formula is available. The example gives a hint how the first ten terms of the sequence have been computed (using Maple).

Extensions

a(11)-a(16) from Alois P. Heinz, Sep 08 2012