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.

A092294 Decimal expansion of 3 + sqrt(15).

Original entry on oeis.org

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

Views

Author

Felix Tubiana, Feb 05 2004

Keywords

Comments

Equals n +n/(n +n/(n +n/(n +....))) for n = 6. See also A090388. - Stanislav Sykora, Jan 23 2014

Examples

			6.87298334620741688...
		

Crossrefs

Cf. n+n/(n+n/(n+...)): A090388 (n=2), A090458 (n=3), A090488 (n=4), A090550 (n=5), A092290 (n=7), A090654 (n=8), A090655 (n=9), A090656 (n=10). - Stanislav Sykora, Jan 23 2014

Programs

Formula

Equals A010472 plus 3. - R. J. Mathar, Sep 08 2008
Equals 1/A176016 + 6. - Hugo Pfoertner, Mar 19 2024

A176020 Decimal expansion of (3+sqrt(15))/3.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Apr 06 2010

Keywords

Comments

Continued fraction expansion of (3+sqrt(15))/3 is A010693.
a(n) = A020817(n-1) for n > 1; a(1) = 2.

Examples

			(3+sqrt(15))/3 = 2.29099444873580562839...
		

Crossrefs

Cf. A010472 (decimal expansion of sqrt(15)), A176016 (decimal expansion of (3+sqrt(15))/6), A010693 (repeat 2, 3), A020817 (decimal expansion of 1/sqrt(60)).

Programs

  • Mathematica
    RealDigits[(3+Sqrt[15])/3,10,120][[1]] (* Harvey P. Dale, May 20 2013 *)
Showing 1-2 of 2 results.