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!)
A056617 Denominator of binomial(2*n,n) / (2*n+1). 3
1, 3, 5, 7, 9, 11, 13, 5, 17, 19, 21, 23, 25, 27, 29, 31, 11, 7, 37, 13, 41, 43, 3, 47, 49, 17, 53, 55, 57, 59, 61, 9, 65, 67, 23, 71, 73, 75, 11, 79, 81, 83, 17, 29, 89, 13, 31, 19, 97, 11, 101, 103, 35, 107, 109, 37, 113, 115, 39, 119, 121, 41, 125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The numerators are given in A056616.
LINKS
FORMULA
a(n) = denominator(r(n)) with r(n) = binomial(2*n,n)/(2*n+1)).
G.f. of r(n): 1/(2*sqrt(x))*arcsin(2*sqrt(x)). [Vladimir Kruchinin, May 31 2013]
EXAMPLE
The rationals r(n) begin: 1, 2/3, 6/5, 20/7, 70/9, 252/11, 924/13, 1144/5, 12870/17, ...
MATHEMATICA
Table[Binomial[2 n, n]/(2 n + 1), {n, 0, 70}]//Denominator (* Harvey P. Dale, May 01 2019 *)
PROG
(Magma) [Denominator((Binomial (2*n, n)) / (2*n + 1)): n in [0..70]]; // Vincenzo Librandi, May 27 2019
(PARI) a(n) = denominator(binomial(2*n, n) / (2*n+1)); \\ Michel Marcus, May 27 2019
CROSSREFS
Sequence in context: A246407 A151916 A187687 * A213924 A082655 A050828
KEYWORD
nonn,easy,frac
AUTHOR
N. J. A. Sloane, Aug 28 2000
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 17 23:20 EDT 2024. Contains 371767 sequences. (Running on oeis4.)