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”).

A157123
Decimal expansion of (11 + 3*sqrt(2))/(11 - 3*sqrt(2)).
5
2, 2, 5, 5, 7, 0, 9, 6, 6, 1, 3, 2, 6, 4, 4, 9, 2, 5, 4, 5, 7, 1, 9, 5, 5, 8, 8, 1, 5, 3, 2, 4, 2, 7, 8, 9, 5, 0, 0, 5, 8, 0, 9, 1, 6, 2, 8, 6, 2, 8, 9, 8, 7, 6, 5, 3, 3, 6, 5, 1, 3, 2, 3, 0, 1, 6, 8, 8, 1, 8, 8, 6, 9, 6, 9, 4, 1, 6, 5, 6, 7, 5, 3, 7, 9, 8, 5, 9, 9, 7, 3, 4, 5, 2, 6, 6, 3, 5, 3, 2, 0, 4, 3, 7, 9
OFFSET
1,1
COMMENTS
Lim_{n -> infinity} b(n)/b(n-1) = (11+3*sqrt(2))/(11-3*sqrt(2)) for n mod 3 = {1, 2}, b = A157119.
Lim_{n -> infinity} b(n)/b(n-1) = (11+3*sqrt(2))/(11-3*sqrt(2)) for n mod 3 = {0, 2}, b = A157120.
LINKS
EXAMPLE
(11 + 3*sqrt(2))/(11 - 3*sqrt(2)) = 2.25570966132644925457...
MATHEMATICA
RealDigits[(11 + 3*Sqrt[2])/(11 - 3*Sqrt[2]), 10, 100][[1]] (* G. C. Greubel, Jan 27 2018 *)
PROG
(PARI) (11+3*sqrt(2))/(11-3*sqrt(2)) \\ G. C. Greubel, Jan 27 2018
(Magma) (11+3*Sqrt(2))/(11-3*Sqrt(2)) // G. C. Greubel, Jan 27 2018
CROSSREFS
Cf. A157119, A157120, A157121 (decimal expansion of 11+3*sqrt(2)), A157122 (decimal expansion of 11-3*sqrt(2)).
Sequence in context: A053246 A219651 A168391 * A265764 A308768 A213032
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, Feb 25 2009
STATUS
approved