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.

A055308 Number of labeled rooted trees with n nodes and 7 leaves.

This page as a plain text file.
%I A055308 #16 Sep 08 2022 08:45:01
%S A055308 8,9144,2178000,270111600,23449219200,1635398519040,98861289246720,
%T A055308 5425893817344000,278673669001728000,13673851998782976000,
%U A055308 650477329618365849600,30322668859342072012800
%N A055308 Number of labeled rooted trees with n nodes and 7 leaves.
%H A055308 Vincenzo Librandi, <a href="/A055308/b055308.txt">Table of n, a(n) for n = 8..200</a>
%H A055308 <a href="/index/Ro#rooted">Index entries for sequences related to rooted trees</a>
%F A055308 a(n) = n! * (n-7)*(n-6)*(n-5)*(n-4)*(n-3)*(n-2)*(n-1)*(63*n^5 - 1890*n^4 + 22365*n^3 - 130186*n^2 + 371672*n - 414720)/14631321600. - _Vaclav Kotesovec_, Jul 25 2014
%t A055308 Table[n! * (n-7)*(n-6)*(n-5)*(n-4)*(n-3)*(n-2)*(n-1)*(63*n^5 - 1890*n^4 + 22365*n^3 - 130186*n^2 + 371672*n - 414720)/14631321600,{n,8,20}] (* _Vaclav Kotesovec_, Jul 25 2014 *)
%o A055308 (Magma) [Factorial(n)*(n-7)*(n-6)*(n-5)*(n-4)*(n-3)*(n-2)*(n-1)*(63*n^5- 1890*n^4+22365*n^3-130186*n^2+371672*n-414720)/14631321600: n in [8..25]]; // _Vincenzo Librandi_, Jul 25 2014
%Y A055308 Column 7 of A055302.
%K A055308 nonn
%O A055308 8,1
%A A055308 _Christian G. Bower_, May 11 2000