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.

A038082 Number of n-node rooted identity trees of height at most 3.

Original entry on oeis.org

1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1
Offset: 1

Views

Author

Christian G. Bower, Jan 04 1999

Keywords

Crossrefs

Programs

  • Mathematica
    Drop[CoefficientList[Series[x(1+x)(1+x^2)(1+x^3)(1+x^4),{x,0,11}],x],1] (* Geoffrey Critzer, Aug 01 2013 *)