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.

A160057 Decimal expansion of (8979+2990*sqrt(2))/89^2.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 04 2009

Keywords

Comments

Equals lim_{n -> infinity} b(n)/b(n-1) for n mod 3 = 0, b = A129298.
Equals lim_{n -> infinity} b(n)/b(n-1) for n mod 3 = 1, b = A160055.

Examples

			(8979+2990*sqrt(2))/89^2 = 1.66740292279959022799...
		

Crossrefs

Cf. A129298, A160055, A002193 (decimal expansion of sqrt(2)), A160056 (decimal expansion of (107+42*sqrt(2))/89).

Programs

  • Magma
    (8979+2990*Sqrt(2))/89^2; // G. C. Greubel, Apr 15 2018
  • Mathematica
    RealDigits[(8979+2990*Sqrt[2])/89^2, 10, 100][[1]] (* G. C. Greubel, Apr 15 2018 *)
  • PARI
    (8979+2990*sqrt(2))/89^2 \\ G. C. Greubel, Apr 15 2018
    

Formula

Equals (130+23*sqrt(2))/(130-23*sqrt(2)).
Equals (3+2*sqrt(2))*(14- 3*sqrt(2) )^2/(14+3*sqrt(2))^2.