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.

A245684 Decimal expansion of the expected distance from a randomly selected point in the unit circle to a point on the boundary: 32/(9*Pi).

Original entry on oeis.org

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

Views

Author

Derek Orr, Jul 29 2014

Keywords

Examples

			1.1317684842090334988009512062045465744672685919321347466500788910....
		

Programs

  • Mathematica
    RealDigits[32/(9Pi),10,150][[1]] (* Harvey P. Dale, Apr 21 2019 *)