login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A360607
a(n) = (n + 1/3) * (3*n + 3)! / ((n + 1)!)^3.
0
2, 120, 3920, 115500, 3279276, 91483392, 2527462080, 69413752980, 1898945262500, 51809303385840, 1410778953118080, 38360293308573600, 1041896542898685600, 28274302212143040000, 766761376923703054080, 20781963787558897929060, 563007692048242597348500, 15246741943087253044446000
OFFSET
0,1
MAPLE
a := n -> (n + 1/3)*(3*n + 3)!/(n + 1)!^3: seq(a(n), n = 0..17);
CROSSREFS
Family: A000027 (m=1), A257589 (m=2), this sequence (m=3).
Sequence in context: A073785 A102355 A206355 * A157069 A362459 A077540
KEYWORD
nonn
AUTHOR
Peter Luschny, Feb 15 2023
STATUS
approved