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.

A217217 Dimension of totally primitive elements of the algebra "Baxter" of order n.

Original entry on oeis.org

0, 1, 0, 1, 4, 19, 96, 511, 2832, 16215, 95374, 573837, 3520228, 21961119, 139038824, 891817687, 5787091552, 37946582995, 251173847170, 1676831257693, 11282156358500, 76453813499219, 521508969157826, 3578990500062417, 24700214881378152, 171359711873508367
Offset: 0

Views

Author

N. J. A. Sloane, Oct 03 2012

Keywords

References

  • S. Giraudo, Algebraic and combinatorial structures on pairs of twin binary trees, Journal of Algebra, Volume 360, 15 June 2012, Pages 115-157.

Crossrefs

Cf. A001181.

Programs

  • PARI
    baxter(n) = sum(k=1, n, binomial(n+1, k-1) * binomial(n+1, k) * binomial(n+1, k+1) / (binomial(n+1, 1) * binomial(n+1, 2)));
    lista(m) = {u = t + t*O(t^m); b = 1 + sum(n=1, m, baxter(n)*u^n); gfbt = (b-1)/b^2; for (n=0, m, print1(polcoeff(gfbt, n, t), ", "));}
    \\ Michel Marcus, Feb 16 2013

Formula

Giraudo gives a generating function.

Extensions

More terms from Michel Marcus, Feb 16 2013