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.

Showing 1-1 of 1 results.

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

Original entry on oeis.org

16, 8192, 33554432, 17179869184, 562949953421312, 288230376151711744, 1180591620717411303424, 604462909807314587353088, 158456325028528675187087900672, 81129638414606681695789005144064, 332306998946228968225951765070086144
Offset: 0

Views

Author

Benoit Cloitre, May 01 2002

Keywords

Crossrefs

Cf. A049541, A069985 (numerators).

Programs

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

Formula

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