login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055312 Number of labeled rooted trees with n nodes and 11 leaves. 1
12, 319332, 571389000, 340433566200, 110475588787200, 24370164778901760, 4123399022616706560, 576081026260420262400, 69763488659968731264000, 7574128968889436413824000, 755406265592909947874457600 (list; graph; refs; listen; history; text; internal format)
OFFSET
12,1
LINKS
FORMULA
a(n) = n! * (n-11)*(n-10)*(n-9)*(n-8)*(n-7)*(n-6)*(n-5)*(n-4)*(n-3)*(n-2)*(n-1)*(99*n^9 - 8316*n^8 + 307494*n^7 - 6562248*n^6 + 88967571*n^5 - 793483724*n^4 + 4647393828*n^3 - 17199472048*n^2 + 36398452992*n - 33443020800)/14684322099363840000. - Vaclav Kotesovec, Jul 25 2014
MATHEMATICA
Table[n! * (n-11)*(n-10)*(n-9)*(n-8)*(n-7)*(n-6)*(n-5)*(n-4)*(n-3)*(n-2)*(n-1)*(99*n^9 - 8316*n^8 + 307494*n^7 - 6562248*n^6 + 88967571*n^5 - 793483724*n^4 + 4647393828*n^3 - 17199472048*n^2 + 36398452992*n - 33443020800)/14684322099363840000, {n, 12, 25}] (* Vaclav Kotesovec, Jul 25 2014 *)
PROG
(Magma) [Factorial(n)*(n-11)*(n-10)*(n-9)*(n-8)*(n-7)*(n-6)*(n-5)*(n-4)*(n-3)*(n-2)*(n-1)*(99*n^9 - 8316*n^8 + 307494*n^7 - 6562248*n^6 + 88967571*n^5 - 793483724*n^4 + 4647393828*n^3 - 17199472048*n^2 + 36398452992*n - 33443020800)/14684322099363840000: n in [12..25]]; // Vincenzo Librandi, Jul 25 2014
CROSSREFS
Column 11 of A055302.
Sequence in context: A333099 A264040 A013796 * A365242 A296138 A350542
KEYWORD
nonn
AUTHOR
Christian G. Bower, May 11 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 12:59 EDT 2024. Contains 371913 sequences. (Running on oeis4.)