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

A178593
Decimal expansion of (7 + 5*sqrt(29))/26.
2
1, 3, 0, 4, 8, 3, 9, 3, 8, 5, 9, 8, 7, 4, 0, 4, 6, 2, 1, 3, 9, 4, 3, 6, 7, 4, 0, 2, 2, 1, 9, 2, 9, 4, 1, 4, 5, 4, 4, 1, 3, 6, 9, 2, 6, 1, 8, 5, 4, 7, 6, 7, 0, 8, 4, 1, 6, 9, 3, 0, 5, 5, 1, 3, 4, 6, 4, 7, 3, 9, 6, 0, 8, 2, 3, 6, 0, 8, 8, 2, 1, 0, 1, 6, 8, 5, 8, 3, 4, 1, 9, 5, 5, 3, 8, 1, 4, 5, 1, 6, 2, 3, 4, 3, 6
OFFSET
1,2
COMMENTS
Continued fraction expansion of (7+5*sqrt(29))/26 is A084101.
LINKS
EXAMPLE
(7+5*sqrt(29))/26 = 1.30483938598740462139...
MATHEMATICA
RealDigits[(7+5*Sqrt[29])/26, 10, 120][[1]] (* Harvey P. Dale, Apr 09 2015 *)
PROG
(PARI) default(realprecision, 100); (7+5*sqrt(29))/26 \\ G. C. Greubel, Jan 29 2019
(Magma) SetDefaultRealField(RealField(100)); (7+5*Sqrt(29))/26; // G. C. Greubel, Jan 29 2019
(Sage) numerical_approx((7+5*sqrt(29))/26, digits=100) # G. C. Greubel, Jan 29 2019
CROSSREFS
Cf. A010484 (decimal expansion of sqrt(29)), A084101 (repeat 1, 3, 3, 1).
Sequence in context: A199608 A128178 A255504 * A021332 A377371 A008344
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, May 31 2010
STATUS
approved