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.

A126220 Number of binary trees (i.e., rooted trees where each vertex has either 0, 1, or 2 children; and, when only one child is present, it is either a right child or a left child) with n edges and no adjacent vertices of outdegree 2.

This page as a plain text file.
%I A126220 #11 Jul 24 2022 10:41:21
%S A126220 1,2,5,14,40,116,344,1040,3188,9880,30912,97520,309856,990656,3184672,
%T A126220 10287808,33379072,108724864,355405568,1165521408,3833497408,
%U A126220 12642775424,41799227392,138512751360,459973953024,1530498526208
%N A126220 Number of binary trees (i.e., rooted trees where each vertex has either 0, 1, or 2 children; and, when only one child is present, it is either a right child or a left child) with n edges and no adjacent vertices of outdegree 2.
%F A126220 a(n) = A126219(n,0), i.e., row 0 of triangle A126219.
%F A126220 G.f.: (1 - 2z - 4z^3 - sqrt(1 - 8z^3 + 4z^2 - 4z))/(8z^4).
%F A126220 D-finite with recurrence (n+4)*a(n) +2*(-2*n-5)*a(n-1) +4*(n+1)*a(n-2) +4*(-2*n+1)*a(n-3)=0. - _R. J. Mathar_, Jun 17 2016
%p A126220 g:=(1-4*z^3-2*z-sqrt(1-8*z^3+4*z^2-4*z))/8/z^4: gser:=series(g,z=0,35): seq(coeff(gser,z,n),n=0..30);
%Y A126220 Cf. A126219.
%K A126220 nonn
%O A126220 0,2
%A A126220 _Emeric Deutsch_, Dec 25 2006