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.

A187109 Decimal expansion of sqrt(2/11).

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			sqrt(2/11) = 0.42640143271122086859687546486767875278074803212834...
		

Crossrefs

Cf. A002193 (sqrt(2)), A010468 (sqrt(11)).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Sqrt(2/11); // G. C. Greubel, Oct 02 2018
  • Mathematica
    RealDigits[N[Sqrt[2/11],300]][[1]]
  • PARI
    sqrt(2/11) \\ Charles R Greathouse IV, Apr 25 2016