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

A159751
Decimal expansion of (51 + 14*sqrt(2))/47.
4
1, 5, 0, 6, 3, 6, 1, 4, 8, 6, 6, 6, 4, 3, 2, 6, 1, 8, 4, 7, 4, 9, 4, 3, 9, 1, 9, 4, 4, 4, 5, 4, 4, 1, 9, 8, 0, 8, 5, 0, 5, 4, 0, 5, 5, 8, 6, 2, 2, 9, 2, 0, 7, 0, 2, 6, 4, 8, 3, 7, 2, 6, 8, 7, 9, 1, 2, 1, 3, 3, 0, 7, 8, 6, 9, 0, 8, 4, 0, 3, 9, 4, 5, 5, 1, 1, 7, 9, 2, 6, 5, 5, 4, 4, 4, 0, 3, 8, 7, 2, 7, 2, 9, 5, 7
OFFSET
1,2
COMMENTS
Equals Lim_{n -> infinity} b(n)/b(n-1) for n mod 3 = {1, 2}, b = A118675.
Equals Lim_{n -> infinity} b(n)/b(n-1) for n mod 3 = {0, 2}. b = A159750.
LINKS
FORMULA
Equals (7 + sqrt(2))/(7 - sqrt(2)).
EXAMPLE
(51 + 14*sqrt(2))/47 = 1.50636148666432618474...
MATHEMATICA
RealDigits[(51 +14*Sqrt[2])/47, 10, 100][[1]] (* G. C. Greubel, May 22 2018 *)
PROG
(PARI) (51 +14*sqrt(2))/47 \\ G. C. Greubel, May 22 2018
(Magma) (51 +14*Sqrt(2))/47; // G. C. Greubel, May 22 2018
CROSSREFS
Cf. A118675, A159750, A002193 (decimal expansion of sqrt(2)), A159752 (decimal expansion of (3267+1702*sqrt(2))/47^2).
Sequence in context: A035550 A197508 A354683 * A190914 A153458 A096287
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, Apr 30 2009
STATUS
approved