OFFSET
0,2
COMMENTS
The number of ternary trees with n nodes weighted by n colors on the middle and right edges.
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..300
FORMULA
a(n) = A395080(n, n).
a(n) ~ e * n^n * C(n + 1) where C denotes the Catalan numbers; also a(n) ~ (4*e / Pi^(1/2)) *((4*n)^n / n^(3/2)).
MATHEMATICA
A395079[n_] := Hypergeometric2F1[-n, -2*(n+1), 2, n];
Array[A395079, 20, 0] (* Paolo Xausa, Apr 12 2026 *)
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Luschny, Apr 12 2026
STATUS
approved
