OFFSET
2,2
FORMULA
a(n) = (3*(n - 1))!/(6*((n - 2)!)^3).
With F the generalized hypergeometric function: (Start)
O.g.f.: x^2*F([4/3, 5/3, 2], [1, 1], 27*x).
E.g.f.: x^2*F([4/3, 5/3, 2], [1, 1, 3], 27*x)/2. (End)
a(n) ~ 3^(3*n-7/2)*n^2/(4*Pi). - Stefano Spezia, Dec 25 2024
D-finite with recurrence (n-2)^3*a(n) -3*(3*n-5)*(n-1)*(3*n-4)*a(n-1)=0. - R. J. Mathar, Feb 27 2025
EXAMPLE
a(2) = 1:
1
/ \
2 - 3
with the set of the sets of the side integers S = {{1, 2}, {1, 3}, {2, 3}}.
MATHEMATICA
Table[(3(n-1))!/(6((n-2)!)^3), {n, 2, 18}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Stefano Spezia, Feb 05 2022
STATUS
approved