login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A160091
Decimal expansion of (587+102*sqrt(2))/569.
4
1, 2, 8, 5, 1, 4, 9, 0, 0, 4, 1, 5, 1, 2, 4, 0, 2, 3, 7, 2, 1, 9, 2, 8, 3, 3, 9, 1, 6, 8, 6, 0, 9, 7, 0, 1, 9, 3, 5, 6, 9, 5, 3, 4, 8, 2, 0, 5, 3, 5, 1, 2, 6, 5, 9, 8, 6, 6, 4, 6, 9, 8, 3, 0, 0, 0, 8, 8, 8, 3, 5, 0, 2, 2, 9, 0, 2, 1, 9, 5, 3, 9, 4, 7, 7, 5, 7, 3, 8, 6, 3, 7, 9, 8, 6, 2, 8, 1, 9, 0, 5, 4, 3, 0, 0
OFFSET
1,2
COMMENTS
Equals lim_{n -> infinity} b(n)/b(n-1) for n mod 3 = {1, 2}, b = A101152.
Equals lim_{n -> infinity} b(n)/b(n-1) for n mod 3 = {0, 2}, b = A160090.
LINKS
FORMULA
Equals (34+3*sqrt(2))/(34-3*sqrt(2)).
EXAMPLE
(587+102*sqrt(2))/569 = 1.28514900415124023721...
MATHEMATICA
RealDigits[(587+102*Sqrt[2])/569, 10, 100][[1]] (* G. C. Greubel, Apr 15 2018 *)
PROG
(PARI) (587+102*sqrt(2))/569 \\ G. C. Greubel, Apr 15 2018
(Magma) (587+102*Sqrt(2))/569; // G. C. Greubel, Apr 15 2018
CROSSREFS
Cf. A101152, A160090, A002193 (decimal expansion of sqrt(2)), A160092 (decimal expansion of (617139+371510*sqrt(2))/569^2).
Sequence in context: A197150 A348725 A227472 * A157648 A319277 A354004
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, May 04 2009
STATUS
approved