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!)
A356186 Number of labeled trees on [2n] with a bicentroid. 1
0, 1, 12, 810, 143360, 49218750, 27935373312, 23751648836916, 28301429298954240, 45046920790988254710, 92378000000000000000000, 237289687212632836205339916, 746430126201849206626773368832, 2822726846177838977566127355808300 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
This sequence is the labeled version of A102911 where the pertinent definitions can be found.
LINKS
FORMULA
a(n) = binomial(2n,n)*n^(2n-2)/2 = A000984(n)*A000169(n)^2/2.
EXAMPLE
a(3) = 810. In the illustrations by Sloane found in the link above, for n = 6, there are A102911(3) = 3 trees with a bicentroid: the first, second and last trees shown. They have 360, 360, and 90 labelings respectively. 360 + 360 + 90 = 810.
MATHEMATICA
Prepend[Table[Binomial[2 n, n] n^(n - 1) n^(n - 1)/2, {n, 1, 12}], 0]
CROSSREFS
Sequence in context: A178023 A305935 A228182 * A003748 A280333 A350412
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Jul 31 2022
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 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)