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.

A055311 Number of labeled rooted trees with n nodes and 10 leaves.

This page as a plain text file.
%I A055311 #14 Sep 08 2022 08:45:01
%S A055311 11,135036,148478616,60841500720,14441439612600,2425616445732480,
%T A055311 321683306528263680,36020400612748231680,3559225274902019923200,
%U A055311 320000251320623922048000,26762519467151924853196800
%N A055311 Number of labeled rooted trees with n nodes and 10 leaves.
%H A055311 Vincenzo Librandi, <a href="/A055311/b055311.txt">Table of n, a(n) for n = 11..200</a>
%H A055311 <a href="/index/Ro#rooted">Index entries for sequences related to rooted trees</a>
%F A055311 a(n) = n! * (n-10)^2*(n-9)^2*(n-8)*(n-7)*(n-6)*(n-5)*(n-4)*(n-3)*(n-2)*(n-1)*(15*n^6 - 735*n^5 + 14715*n^4 - 153617*n^3 + 878862*n^2 - 2601592*n + 3096576)/10113169489920000. - _Vaclav Kotesovec_, Jul 25 2014
%t A055311 Table[n! * (n-10)^2*(n-9)^2*(n-8)*(n-7)*(n-6)*(n-5)*(n-4)*(n-3)*(n-2)*(n-1)*(15*n^6 - 735*n^5 + 14715*n^4 - 153617*n^3 + 878862*n^2 - 2601592*n + 3096576)/10113169489920000,{n,11,20}] (* _Vaclav Kotesovec_, Jul 25 2014 *)
%o A055311 (Magma) [Factorial(n)*(n-10)^2*(n-9)^2*(n-8)*(n-7)*(n-6)*(n-5)*(n-4)*(n-3)*(n-2)*(n-1)*(15*n^6 - 735*n^5 + 14715*n^4 - 153617*n^3 + 878862*n^2 - 2601592*n + 3096576) / 10113169489920000: n in [11..25]]; // _Vincenzo Librandi_, Jul 25 2014
%Y A055311 Column 10 of A055302.
%K A055311 nonn
%O A055311 11,1
%A A055311 _Christian G. Bower_, May 11 2000