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.

A055307 Number of labeled rooted trees with n nodes and 6 leaves.

This page as a plain text file.
%I A055307 #20 Sep 08 2022 08:45:01
%S A055307 7,3528,486864,39160800,2357586000,119409111360,5426122141440,
%T A055307 230006844587520,9326497051872000,367969396354560000,
%U A055307 14295131088292454400,551514022702420377600,21263333439482226892800
%N A055307 Number of labeled rooted trees with n nodes and 6 leaves.
%H A055307 Vincenzo Librandi, <a href="/A055307/b055307.txt">Table of n, a(n) for n = 7..200</a>
%H A055307 <a href="/index/Ro#rooted">Index entries for sequences related to rooted trees</a>
%F A055307 a(n) = n! * (n-6)^2*(n-5)^2*(n-4)*(n-3)*(n-2)*(n-1)*(3*n^2 - 29*n + 64)/8294400. - _Vaclav Kotesovec_, Jul 25 2014
%F A055307 E.g.f: x^7*(120*x^4+444*x^3+328*x^2+52*x+1)/(720*(1-x)^11). - _Robert Israel_, Jul 25 2014
%p A055307 seq(n! * (n-6)^2*(n-5)^2*(n-4)*(n-3)*(n-2)*(n-1)*(3*n^2 - 29*n + 64)/8294400, n=7..100); # _Robert Israel_, Jul 25 2014
%t A055307 Table[n! * (n-6)^2*(n-5)^2*(n-4)*(n-3)*(n-2)*(n-1)*(3*n^2 - 29*n + 64)/8294400,{n,7,20}] (* _Vaclav Kotesovec_, Jul 25 2014 *)
%o A055307 (Magma) [Factorial(n)*(n-6)^2*(n-5)^2*(n-4)*(n-3)*(n-2)*(n-1)*(3*n^2-29*n+ 64)/8294400: n in [7..25]]; // _Vincenzo Librandi_, Jul 25 2014
%Y A055307 Column 6 of A055302.
%K A055307 nonn
%O A055307 7,1
%A A055307 _Christian G. Bower_, May 11 2000