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.

This page as a plain text file.
%I A217217 #21 Jan 27 2024 07:52:56
%S A217217 0,1,0,1,4,19,96,511,2832,16215,95374,573837,3520228,21961119,
%T A217217 139038824,891817687,5787091552,37946582995,251173847170,
%U A217217 1676831257693,11282156358500,76453813499219,521508969157826,3578990500062417,24700214881378152,171359711873508367
%N A217217 Dimension of totally primitive elements of the algebra "Baxter" of order n.
%D A217217 S. Giraudo, Algebraic and combinatorial structures on pairs of twin binary trees, Journal of Algebra, Volume 360, 15 June 2012, Pages 115-157.
%H A217217 S. Giraudo, <a href="https://doi.org/10.46298/dmtcs.2919">Algebraic and combinatorial structures on Baxter permutations</a>, DMTCS proc. AO, FPSAC 2011 Rykjavik, (2011) 387-398.
%F A217217 Giraudo gives a generating function.
%o A217217 (PARI)
%o A217217 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)));
%o A217217 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), ", "));}
%o A217217 \\ _Michel Marcus_, Feb 16 2013
%Y A217217 Cf. A001181.
%K A217217 nonn
%O A217217 0,5
%A A217217 _N. J. A. Sloane_, Oct 03 2012
%E A217217 More terms from _Michel Marcus_, Feb 16 2013