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 A112099 #15 Jan 05 2025 19:51:38 %S A112099 0,1,7,3,169,1523,133,72623,87149,823077,15638477,46915441,13834041, %T A112099 224803169,6936783521,5587964507,4157445593923,12472336782289, %U A112099 170187831339,71785227258967,153825486983593,4905323862699739,21820233734078929,5695081004594650211 %N A112099 Numerator of Sum_{i=1..n} 1/(i*C(2*i,i)). %H A112099 C. Elsner, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Papers1/43-1/paper43-1-5.pdf">On recurrence formulas for sums involving binomial coefficients</a>, Fib. Q., 43,1 (2005), 31-45. %F A112099 Sum_{i >= 1} 1/(i*C(2*i, i)) = Pi*sqrt(3)/9. %e A112099 0, 1/2, 7/12, 3/5, 169/280, 1523/2520, 133/220, 72623/120120, 87149/144144, .... -> Pi*sqrt(3)/9. %t A112099 Join[{0},Accumulate[Table[1/(x Binomial[2x,x]),{x,30}]]]//Numerator (* _Harvey P. Dale_, May 08 2022 *) %o A112099 (PARI) a(n) = numerator(sum(i=1, n, 1/(i*binomial(2*i, i)))); \\ _Michel Marcus_, Mar 10 2016 %Y A112099 Cf. A112100, A112102, A112103, A130549, A130550, A134805. %K A112099 nonn,frac %O A112099 0,3 %A A112099 _N. J. A. Sloane_, Nov 30 2005 %E A112099 Definition corrected by _Wolfdieter Lang_, Oct 07 2008