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.

A048828 Number of identity (asymmetric) trees of width n.

Original entry on oeis.org

1, 0, 0, 0, 0, 1, 4, 66, 65328, 2146402440
Offset: 0

Views

Author

Christian G. Bower, Jun 15 1999

Keywords

Formula

a(2n) = 2^(c(n-2))*(2^b(n-1) - b(n-1)-1), a(2n+1) = b(n)*(b(n)-1)/2, b: A038081. c: A014221.