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

A176320
Decimal expansion of (15 + sqrt(255))/6.
2
5, 1, 6, 1, 4, 5, 3, 2, 3, 7, 1, 1, 1, 8, 8, 5, 3, 3, 3, 1, 7, 8, 3, 7, 4, 1, 9, 6, 1, 6, 3, 4, 3, 5, 6, 4, 0, 2, 6, 1, 2, 2, 4, 9, 5, 0, 7, 2, 9, 2, 3, 7, 7, 7, 8, 8, 7, 2, 8, 0, 6, 2, 7, 4, 3, 4, 3, 7, 3, 2, 4, 2, 0, 9, 7, 9, 3, 9, 0, 4, 8, 7, 1, 4, 1, 0, 9, 3, 7, 1, 8, 5, 7, 0, 9, 7, 3, 1, 9, 8, 9, 5, 9, 8, 6
OFFSET
1,1
COMMENTS
Continued fraction expansion of (15+sqrt(255))/6 is A010717.
LINKS
EXAMPLE
(15+sqrt(255))/6 = 5.16145323711188533317...
MAPLE
evalf( (15+sqrt(255))/6, 120); # G. C. Greubel, Nov 26 2019
MATHEMATICA
RealDigits[(15+Sqrt[255])/6, 10, 100][[1]] (* Vincenzo Librandi, Sep 24 2013 *)
PROG
(PARI) default(realprecision, 120); (15+sqrt(255))/6 \\ G. C. Greubel, Nov 26 2019
(Magma) SetDefaultRealField(RealField(120)); (15+Sqrt(255))/6; // G. C. Greubel, Nov 26 2019
(Sage) numerical_approx((15+sqrt(255))/6, digits=120) # G. C. Greubel, Nov 26 2019
CROSSREFS
Cf. A176110 (decimal expansion of sqrt(255)), A010717 (repeat 5, 6).
Sequence in context: A290797 A375066 A200423 * A190185 A331189 A176123
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, Apr 15 2010
STATUS
approved