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.

Showing 1-1 of 1 results.

A010546 Decimal expansion of square root of 95.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Continued fraction expansion is 9 followed by {1, 2, 1, 18} repeated. - Harry J. Smith, Jun 11 2009

Examples

			9.746794344808963906838413199899600299252583900337491031991750005720081... - _Harry J. Smith_, Jun 11 2009
		

Crossrefs

Cf. A010166 Continued fraction. - Harry J. Smith, Jun 11 2009

Programs

  • Mathematica
    RealDigits[N[Sqrt[95],200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 05 2012 *)
  • PARI
    { default(realprecision, 20080); x=sqrt(95); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010546.txt", n, " ", d)); } \\ Harry J. Smith, Jun 11 2009
Showing 1-1 of 1 results.