login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A178591
Decimal expansion of (9 + sqrt(165))/14.
3
1, 5, 6, 0, 3, 7, 3, 7, 5, 5, 6, 1, 8, 9, 3, 7, 7, 8, 7, 1, 5, 1, 2, 0, 7, 0, 3, 4, 1, 1, 7, 1, 3, 8, 6, 0, 1, 3, 9, 0, 5, 2, 5, 1, 7, 9, 3, 9, 7, 1, 6, 1, 7, 0, 5, 0, 2, 0, 4, 6, 2, 2, 3, 1, 0, 1, 8, 4, 6, 5, 6, 9, 3, 1, 9, 8, 4, 1, 5, 9, 5, 7, 9, 3, 0, 1, 3, 1, 1, 6, 7, 4, 5, 5, 5, 7, 9, 8, 0, 4, 0, 5, 2, 4, 6
OFFSET
1,2
COMMENTS
Continued fraction expansion of (9 + sqrt(165))/14 is A093148.
LINKS
EXAMPLE
(9 + sqrt(165))/14 = 1.56037375561893778715...
MATHEMATICA
RealDigits[(9+Sqrt[165])/14, 10, 100][[1]] (* G. C. Greubel, Jan 30 2019 *)
PROG
(PARI) default(realprecision, 100); (9+sqrt(165))/14 \\ G. C. Greubel, Jan 30 2019
(Magma) SetDefaultRealField(RealField(100)); (9+Sqrt(165))/14; // G. C. Greubel, Jan 30 2019
(Sage) numerical_approx((9+sqrt(165))/14, digits=100) # G. C. Greubel, Jan 30 2019
CROSSREFS
Cf. A178592 (decimal expansion of sqrt(165)), A093148 (repeat 1, 1, 1, 3).
Sequence in context: A011440 A375957 A242055 * A179588 A092161 A088602
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, May 30 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 20 05:21 EDT 2024. Contains 376016 sequences. (Running on oeis4.)