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-2 of 2 results.

A010735 Period 2: repeat (9,10).

Original entry on oeis.org

9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10
Offset: 0

Views

Author

Keywords

Comments

Continued fraction expansion of A176523. - R. J. Mathar, Mar 08 2012

Programs

Formula

G.f. ( -9-10*x ) / ( (x-1)*(1+x) ). - R. J. Mathar, Nov 21 2011

A176524 Decimal expansion of sqrt(235).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Apr 23 2010

Keywords

Comments

Continued fraction expansion of sqrt(235) is A040219.

Examples

			sqrt(235) = 15.32970971675589165655...
		

Crossrefs

Cf. A002163 (decimal expansion of sqrt(5)), A010501 (decimal expansion of sqrt(47)), A176523 (decimal expansion of (45+3*sqrt(235))/10), A040219 (15 followed by (repeat 3, 30)).

Programs

  • Mathematica
    RealDigits[Sqrt[235],10,120][[1]] (* Harvey P. Dale, Mar 12 2015 *)
Showing 1-2 of 2 results.