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.

A097047 Decimal expansion of 1/(2*sqrt(3)) - Pi/36 + log(2 + sqrt(3))/3.

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Jul 20 2004

Keywords

Comments

Average distance from the center of a unit cube to one of its faces.

Examples

			0.640394637...
		

Programs

  • Mathematica
    RealDigits[1/(2*Sqrt[3]) - Pi/36 + Log[2 + Sqrt[3]]/3,10,100][[1]] (* Vaclav Kotesovec, Aug 15 2015 *)