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!)
A367776 a(n) = binomial(2*n, n - 1)*(2*n + 1)! / n!. 0
0, 6, 240, 12600, 846720, 69854400, 6849722880, 779155977600, 100919250432000, 14668613050291200, 2364758225077248000, 418798681661180620800, 80831074222717378560000, 16887920864389166592000000, 3797443866983262444748800000, 914438045469094536918528000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A271703(2*n + 1, n).
a(n) = binomial(2*n+1,n)*(2n)!/(n-1)! for n > 0. - Chai Wah Wu, Nov 30 2023
a(n) = n*A000108(n)*(2*n + 1)!/n!. - Detlef Meya, Dec 02 2023
MAPLE
seq(binomial(2*n, n - 1)*(2*n + 1)! / n!, n = 0..15);
MATHEMATICA
a[n_]:=n*CatalanNumber[n]*Gamma[2*n+2]/n!; Flatten[Table[a[n], {n, 0, 15}]] (* Detlef Meya, Dec 02 2023 *)
CROSSREFS
Cf. A000108 (Catalan), A271703.
Sequence in context: A172965 A002022 A065948 * A052510 A234633 A137892
KEYWORD
nonn
AUTHOR
Peter Luschny, Nov 29 2023
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 August 7 02:33 EDT 2024. Contains 375003 sequences. (Running on oeis4.)