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.

A256965 Decimal expansion of sqrt(2) + sqrt(3/2).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Apr 16 2015

Keywords

Comments

Conjectured minimal length of fence ensuring privacy of a square garden.

Examples

			2.6389584337646840979003307615626437745526456157052831373930...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 8.11, p. 517.

Crossrefs

Cf. A090388.

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Sqrt(2) + Sqrt(3/2); // G. C. Greubel, Aug 19 2018
  • Mathematica
    RealDigits[Sqrt[2] + Sqrt[3/2], 10, 110][[1]] (* Vincenzo Librandi, Aug 21 2016 *)
  • PARI
    sqrt(2)+sqrt(3/2) \\ Michel Marcus, Dec 20 2015