This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A056616 #25 Feb 21 2017 20:15:26 %S A056616 1,2,6,20,70,252,924,1144,12870,48620,184756,705432,2704156,10400600, %T A056616 40116600,155117520,200360130,466721244,9075135300,11781754600, %U A056616 137846528820,538257874440,140273264248,8233430727600,32247603683100 %N A056616 Numerator of binomial(2n,n)/(2n+1). %C A056616 The denominators are given in A056617. %C A056616 It is easy to type binomial(2n,n)/(2n+1) by mistake, when one really wants the Catalan numbers binomial(2n,n)/(n+1), A000108. %C A056616 Differs from A000984 at positions in A101681. %H A056616 Robert Israel, <a href="/A056616/b056616.txt">Table of n, a(n) for n = 0..1663</a> %F A056616 Numerators of the rationals r(n) = binomial(2n,n)/(2n+1) with G.f.: 1/(2*sqrt(x))*arcsin(2*sqrt(x)). [_Vladimir Kruchinin_, May 31 2013] %e A056616 The rationals r(n) begin: 1, 2/3, 6/5, 20/7, 70/9, 252/11, 924/13, 1144/5, 12870/17, ... %p A056616 seq(numer(binomial(2*n,n)/(2*n+1)), n=0..50); # _Robert Israel_, Feb 21 2017 %t A056616 Numerator[Table[Binomial[2n,n]/(2n+1),{n,0,30}]] (* _Harvey P. Dale_, Jul 25 2013 *) %o A056616 (PARI) a(n) = numerator(binomial(2*n, n)/(2*n+1)) \\ _Felix Fröhlich_, Feb 21 2017 %Y A056616 Cf. A000984, A056617, A000108, A101681. %K A056616 nonn,frac %O A056616 0,2 %A A056616 _N. J. A. Sloane_, Aug 28 2000