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

A160100
Decimal expansion of (361299 +5950*sqrt(2))/601^2.
4
1, 0, 2, 3, 5, 6, 7, 4, 0, 6, 2, 2, 5, 6, 7, 4, 6, 6, 7, 4, 0, 2, 2, 7, 7, 5, 3, 4, 9, 7, 0, 9, 6, 5, 4, 8, 3, 3, 9, 4, 2, 5, 8, 4, 5, 3, 4, 8, 8, 4, 8, 1, 0, 4, 2, 5, 0, 9, 2, 9, 8, 8, 2, 3, 7, 6, 0, 3, 0, 2, 0, 4, 3, 0, 3, 6, 5, 6, 2, 8, 4, 6, 9, 4, 9, 9, 2, 4, 8, 5, 0, 2, 3, 3, 6, 6, 3, 4, 3, 7, 6, 9, 1, 9, 5
OFFSET
1,3
COMMENTS
lim_{n -> infinity} b(n)/b(n-1) = (361299+5950*sqrt(2))/601^2 for n mod 3 = 0, b = A111258.
lim_{n -> infinity} b(n)/b(n-1) = (361299+5950*sqrt(2))/601^2 for n mod 3 = 1, b = A160098.
LINKS
FORMULA
Equals (850 +7*sqrt(2))/(850 -7*sqrt(2)).
Equals (3 +2*sqrt(2))*(38 -11*sqrt(2))^2/(38 +11*sqrt(2))^2.
EXAMPLE
(361299+5950*sqrt(2))/601^2 = 1.02356740622567466740...
MATHEMATICA
RealDigits[(361299+5950*Sqrt[2])/601^2, 10, 100][[1]] (* G. C. Greubel, Apr 22 2018 *)
PROG
(PARI) (361299+5950*sqrt(2))/601^2 \\ G. C. Greubel, Apr 22 2018
(Magma) (361299+5950*Sqrt(2))/601^2; // G. C. Greubel, Apr 22 2018
CROSSREFS
Cf. A111258, A160098, A002193 (decimal expansion of sqrt(2)), A160099 (decimal expansion of (843+418*sqrt(2))/601).
Sequence in context: A002734 A367417 A339949 * A371257 A247891 A367407
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, May 18 2009
STATUS
approved