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

A177003
Decimal expansion of (7+sqrt(93))/6.
0
2, 7, 7, 3, 9, 4, 1, 7, 9, 3, 4, 9, 8, 8, 2, 5, 8, 3, 2, 6, 2, 6, 6, 7, 1, 8, 4, 1, 2, 3, 8, 7, 7, 7, 1, 9, 7, 3, 1, 7, 8, 1, 7, 2, 8, 2, 1, 7, 7, 2, 0, 8, 7, 3, 4, 5, 5, 0, 0, 2, 9, 4, 8, 1, 2, 8, 8, 5, 4, 7, 7, 3, 6, 4, 4, 4, 7, 7, 4, 9, 5, 3, 8, 1, 6, 6, 7, 5, 7, 8, 4, 8, 8, 2, 2, 6, 8, 0, 9, 8, 5, 1, 3, 5, 6
OFFSET
1,1
COMMENTS
Continued fraction expansion of (7+sqrt(93))/6 is A157810.
EXAMPLE
(7+sqrt(93))/6 = 2.77394179349882583262...
MATHEMATICA
RealDigits[(7+Sqrt[93])/6, 10, 120][[1]] (* Harvey P. Dale, Aug 23 2014 *)
PROG
(PARI) (sqrt(93)+7)/6 \\ Charles R Greathouse IV, Apr 25 2016
CROSSREFS
Cf. A010544 (decimal expansion of sqrt(93)), A157810 (repeat 2, 1, 3, 2).
Sequence in context: A153520 A153649 A020770 * A164767 A244645 A277527
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, Apr 30 2010
STATUS
approved