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.

A260061 Decimal expansion of Pi / (4*sqrt(6*Pi^2 - 72*log(2)^2)).

Original entry on oeis.org

1, 5, 8, 2, 7, 1, 1, 2, 1, 1, 7, 0, 3, 8, 8, 3, 3, 1, 3, 4, 6, 6, 0, 2, 9, 5, 4, 0, 6, 2, 7, 8, 2, 8, 6, 9, 5, 3, 0, 4, 0, 8, 7, 6, 6, 5, 1, 2, 1, 8, 6, 9, 3, 0, 5, 0, 8, 8, 7, 9, 3, 4, 9, 4, 5, 1, 9, 0, 4, 7, 4, 2, 9, 1, 9, 0, 1, 0, 8, 1, 4, 2
Offset: 0

Views

Author

Gheorghe Coserea, Nov 08 2015

Keywords

Examples

			0.1582711...
		

Crossrefs

Cf. A030699.

Programs

  • Mathematica
    RealDigits[N[Pi/(4 Sqrt[6 Pi^2 - 72 Log[2]^2]), 120]] // First (* Michael De Vlieger, Nov 09 2015 *)
  • PARI
    default(realprecision, 83);
    eval(vecextract(Vec(Str(Pi / (4*sqrt(6*Pi^2 - 72 * log(2)^2)))), "3..-2"))