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.

Showing 1-1 of 1 results.

A007098 Number of unlabeled bisectable trees with 2n+1 nodes.

Original entry on oeis.org

1, 1, 3, 6, 19, 47, 140, 374, 1082, 2998, 8574, 24130, 68876, 195587, 559076, 1596651, 4575978, 13122219, 37711998, 108488765, 312577827, 901531937, 2603264050, 7524331268, 21768850808, 63032844756, 182662328945, 529722408615, 1537261773438
Offset: 0

Views

Author

Keywords

References

  • R. W. Robinson, Numerical implementation of graph counting algorithms, AGRC Grant, Math. Dept., Univ. Newcastle, Australia, 1980.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A228601.

Formula

a(n) = Sum_{k=1..n} binomial(k + 1, 2) * A228601(n, k). - Sean A. Irvine, Oct 10 2017

Extensions

a(23) onwards added by N. J. A. Sloane, Oct 19 2006 from the Robinson reference
Showing 1-1 of 1 results.