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.

A035521 Fifth column of triangle A035342; related to A035330.

This page as a plain text file.
%I A035521 #7 Mar 31 2012 13:19:58
%S A035521 0,0,0,0,1,45,1470,43890,1291815,38710035,1199167200,38692476900,
%T A035521 1304976397725,46070080281225,1702810398539250,65862570279255750,
%U A035521 2663551451057371875,112503209942059311375,4957166849516125744500
%N A035521 Fifth column of triangle A035342; related to A035330.
%C A035521 a(n) = A035342(n,5).
%C A035521 a(n), n>=5, enumerates unordered n-vertex forests composed of five plane (ordered) increasingly labeled ternary (3-ary) trees. See A001147 (number of increasing ternary trees) and a D. Callan comment there. For a picture of some ternary trees see a W. Lang link under A001764.
%F A035521 a(n) = n!*A035330(n-4)/(5!*2^(n-5)), n >= 5; E.g.f. ((x*c(x/2)*(1-2*x)^(-1/2))^5)/5!, where c(x) = g.f. for Catalan numbers A000108, a(0) := 0.
%e A035521 a(6)=45 increasing ternary 5-forest with n=6 vertices: there are three such 5-forests (four one vertex trees together with any of the three different 2-vertex trees) each with binomial(6,2)= 15 increasing labelings. W. Lang, Sep 14 2007.
%Y A035521 Cf. A000108, A035342, A035330.
%K A035521 easy,nonn
%O A035521 1,6
%A A035521 _Wolfdieter Lang_