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.

A245152 Number of n-node unlabeled rooted trees with thickening limbs.

This page as a plain text file.
%I A245152 #8 Jul 12 2014 18:15:18
%S A245152 1,1,2,3,5,7,12,17,28,42,69,105,176,275,460,740,1244,2030,3440,5695,
%T A245152 9688,16243,27758,46948,80610,137401,236796,406258,702720,1211954,
%U A245152 2103536,3644413,6344632,11035287,19265731,33621510,58848963,103003059,180712466,317122290
%N A245152 Number of n-node unlabeled rooted trees with thickening limbs.
%C A245152 Also the number of (n+1)-node unlabeled rooted trees with thickening limbs and root outdegree (branching factor) 1.
%C A245152 In a rooted tree with thickening limbs the outdegree of a parent node is smaller than or equal to the outdegree of any of its non-leaf child nodes.
%H A245152 Alois P. Heinz, <a href="/A245152/b245152.txt">Table of n, a(n) for n = 1..150</a>
%F A245152 a(n) = Sum_{k=0..n-1} A245151(n,k).
%Y A245152 Row sums of A245151, also (with offset 2) column k=1 of A245151.
%K A245152 nonn
%O A245152 1,3
%A A245152 _Alois P. Heinz_, Jul 12 2014