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

A177270 Decimal expansion of (684125+sqrt(635918528029))/1033802.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 07 2010

Keywords

Comments

Continued fraction expansion of (684125+sqrt(635918528029))/1033802 is A177274.
Agrees with A060997 for n < 13.

Examples

			(684125+sqrt(635918528029))/1033802 = 1.43312742672437082725...
		

Crossrefs

Cf. A060997, A177271 (decimal expansion of sqrt(635918528029)), A177274 (repeat 1, 2, 3, 4, 5, 6, 7, 8, 9).

Programs

  • Mathematica
    First[RealDigits[(684125+Sqrt[635918528029])/1033802,10,120]] (* Paolo Xausa, Jan 09 2024 *)

A177272 Decimal expansion of sqrt(193).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 07 2010

Keywords

Comments

Continued fraction expansion of sqrt(193) is A010235.

Examples

			sqrt(193) = 13.89244398944980450843...
		

Crossrefs

Cf. A177271 (decimal expansion of sqrt(635918528029)), A010235 (13 followed by (repeat 1, 8, 3, 2, 1, 3, 3, 1, 2, 3, 8, 1, 26)).

Programs

  • Mathematica
    RealDigits[Sqrt[193],10,120][[1]] (* Harvey P. Dale, Jan 19 2015 *)

A177273 Decimal expansion of sqrt(3656953).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 07 2010

Keywords

Comments

Continued fraction expansion of sqrt(3656953) has period length 2645.
3656953 is prime.

Examples

			sqrt(3656953) = 1912.31613495258675548375...
		

Crossrefs

Cf. A177271 Decimal expansion of sqrt(635918528029).

Programs

  • Mathematica
    RealDigits[Sqrt[3656953],10,120][[1]]  (* Harvey P. Dale, Apr 20 2011 *)
Showing 1-3 of 3 results.