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!)
A004936 Numerator of (binomial(2*n-2,n-1)/n!)^2. 3
1, 1, 1, 25, 49, 49, 121, 20449, 20449, 5909761, 17631601, 17631601, 55190041, 55190041, 55190041, 46414824481, 154341336769, 154341336769, 427538329, 585299972401, 585299972401, 983889253606081, 3438962627443561, 3438962627443561, 7596668444022826249 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
Pavel Valtr, The probability that $n$ random points in a triangle are in convex position, Combinatorica 16 (1996), no. 4, 567-573.
Eric Weisstein's World of Mathematics, Sylvester's Four-Point Problem.
FORMULA
a(n) = numerator( (A000108(n-1)/(n-1)!)^2 ). - G. C. Greubel, Sep 12 2023
MATHEMATICA
Numerator[Table[(Binomial[2n-2, n-1]/n!)^2, {n, 30}]] (* Harvey P. Dale, May 30 2012 *)
PROG
(PARI) a(n) = numerator((binomial(2*n-2, n-1)/n!)^2); \\ Michel Marcus, Jul 14 2022
(Magma) [Numerator((Catalan(n-1)/Factorial(n-1))^2): n in [1..40]]; // G. C. Greubel, Sep 12 2023
(SageMath) [numerator((catalan_number(n-1)/factorial(n-1))^2) for n in range(1, 41)] # G. C. Greubel, Sep 12 2023
CROSSREFS
Cf. A000108, A005017 (denominators).
Sequence in context: A106632 A284666 A090093 * A062058 A273510 A198591
KEYWORD
nonn,frac
AUTHOR
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 19 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)