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.

A156649 Decimal expansion of (9+4*sqrt(2))/7.

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, Feb 13 2009

Keywords

Comments

lim_{n -> infinity} b(n)/b(n-1) = ((9+4*sqrt(2))/7)/((19+6*sqrt(2))/17) for n mod 9 = {1, 2}, b = A129837, A156650.

Examples

			(9+4*sqrt(2))/7 = 2.09383632135605431360...
		

Crossrefs

Cf. A002193 (decimal expansion of sqrt(2)), A156035 (decimal expansion of 3+2*sqrt(2)). A156163 (decimal expansion of (19+6*sqrt(2))/17), A129837, A156650.

Programs

  • Mathematica
    RealDigits[(9 + 4*Sqrt[2])/7, 10, 100][[1]] (* G. C. Greubel, Jul 05 2017 *)
  • PARI
    (9+4*sqrt(2))/7 \\ G. C. Greubel, Jul 05 2017