cp's OEIS Frontend

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.

A069985 Numerator of b(n) = binomial(2n,n)^3*(42n+5)/2^(12n+4).

Original entry on oeis.org

5, 47, 2403, 16375, 7417375, 53760105, 3167882487, 23607123111, 90865711740375, 687802362944125, 41879801005939325, 320193409525211313, 157265345845813485371, 1210756529837794953125, 74775114531441956109375, 578623856286382884714375, 18377920150990405063058370375
Offset: 0

Views

Author

Benoit Cloitre, May 01 2002

Keywords

Examples

			Fractions begin with 5/16, 47/8192, 2403/33554432, 16375/17179869184, 7417375/562949953421312, 53760105/288230376151711744, ...
		

Crossrefs

Cf. A049541, A069986 (denominators).

Programs

  • Mathematica
    a[n_] := Numerator[Binomial[2 n, n]^3*(42 n + 5)/2^(12 n + 4)]; Array[a, 15, 0] (* Amiram Eldar, Apr 29 2022 *)

Formula

Sum_{n>=0} b(n) = 1/Pi (Ramanujan, 1914).