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.

A290360 Number of 6-leaf rooted trees with n levels.

This page as a plain text file.
%I A290360 #15 Aug 22 2019 17:40:38
%S A290360 0,1,11,58,206,571,1337,2772,5244,9237,15367,24398,37258,55055,79093,
%T A290360 110888,152184,204969,271491,354274,456134,580195,729905,909052,
%U A290360 1121780,1372605,1666431,2008566,2404738,2861111,3384301,3981392,4659952,5428049,6294267
%N A290360 Number of 6-leaf rooted trees with n levels.
%H A290360 Alois P. Heinz, <a href="/A290360/b290360.txt">Table of n, a(n) for n = 0..1000</a>
%H A290360 B. A. Huberman and T. Hogg, <a href="https://doi.org/10.1016/0167-2789(86)90308-1">Complexity and adaptation</a>, Evolution, games and learning (Los Alamos, N.M., 1985). Phys. D 22 (1986), no. 1-3, 376-384.
%H A290360 <a href="/index/Ro#rooted">Index entries for sequences related to rooted trees</a>
%H A290360 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1).
%F A290360 G.f.: (3*x+1)*(x+1)^2*x / (x-1)^6.
%F A290360 a(n) = (4*n^5+5*n^4+10*n^3+10*n^2+n)/30.
%p A290360 a:= n-> ((((4*n+5)*n+10)*n+10)*n+1)*n/30:
%p A290360 seq(a(n), n=0..40);
%t A290360 LinearRecurrence[{6,-15,20,-15,6,-1},{0,1,11,58,206,571},40] (* _Harvey P. Dale_, Aug 22 2019 *)
%Y A290360 Row n=6 of A290353.
%K A290360 nonn,easy
%O A290360 0,3
%A A290360 _Alois P. Heinz_, Jul 28 2017