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.

A339782 Number of homeomorphically irreducible leaf colored trees with n leaves of 2 colors.

Original entry on oeis.org

1, 2, 3, 4, 11, 30, 105, 380, 1555, 6650, 30091, 140592, 677396, 3336280, 16752485, 85444832, 441757114, 2310561412, 12208670550, 65088056150, 349773085560, 1893030193232, 10311145350621, 56489805467868, 311113902447810, 1721697849252838, 9569947189448379, 53410284955104654
Offset: 0

Views

Author

Andrew Howroyd, Dec 16 2020

Keywords

Examples

			There are two trees for a(4):
          o         o    o
          |         |    |
      o---o---o     o----o
          |         |    |
          o         o    o
The first of these can have the 4 leaves colored in 5 indistinguishable ways and the second can have the 4 leaves colored in 6 indistinguishable ways so a(4) = 5 + 6 = 11.
		

Crossrefs

Column k=2 of A339779.

Programs

  • PARI
    U(25, 2) \\ See A339779 for U(n,k).