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.

A157300 Decimal expansion of (1683 + 58*sqrt(2))/41^2.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 01 2009

Keywords

Comments

Limit_{n -> oo} b(n)/b(n-1) = (1683+58*sqrt(2))/41^2 for n mod 3 = 0, b = A129288.
Limit_{n -> oo} b(n)/b(n-1) = (1683+58*sqrt(2))/41^2 for n mod 3 = 1, b = A157257.

Examples

			(1683+58*sqrt(2))/41^2 = 1.04998476300870881191...
		

Crossrefs

Cf. A129288, A157257, A002193 (decimal expansion of sqrt(2)), A157260 (decimal expansion of (57+28*sqrt(2))/41).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); (1683+58*Sqrt(2))/41^2; // G. C. Greubel, Sep 28 2018
  • Maple
    evalf((1683+58*sqrt(2))/41^2,120); # Muniru A Asiru, Sep 28 2018
  • Mathematica
    RealDigits[(1683+58Sqrt[2])/41^2,10,120][[1]] (* Harvey P. Dale, May 05 2014 *)
  • PARI
    default(realprecision, 100); (1683+58*sqrt(2))/41^2 \\ G. C. Greubel, Sep 28 2018
    

Formula

Equals (58+sqrt(2))/(58-sqrt(2)).
Equals (3+2*sqrt(2))*(7-2*sqrt(2))^2/(7+2*sqrt(2))^2.