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.

A050395 Reversion of rooted trees A000081.

Original entry on oeis.org

1, -1, 0, 1, -1, 1, -4, 11, -18, 18, 0, -60, 189, -360, 453, -373, 294, -652, 1443, -841, -6127, 27681, -75150, 172371, -389662, 867415, -1630604, 1826409, 1738343, -15855044, 49812000, -109702703, 186277940, -229343877, 86783346, 618570769, -2635628596
Offset: 1

Views

Author

Christian G. Bower, Nov 15 1999

Keywords

Crossrefs

Programs

  • Mathematica
    Module[{t}, t[1] = 1; t[k_] := t[k] = Sum[DivisorSum[k - m, t[#] # &] t[m]/(k-1), {m, k-1}]; InverseSeries[Sum[t[n] x^n, {n, 1, 40}] + O[x]^41][[3]]] (* Vladimir Reshetnikov, Nov 03 2015 *)
Showing 1-1 of 1 results.