[go: up one dir, main page]

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

A090656
Decimal expansion of 5 + sqrt(35).
10
1, 0, 9, 1, 6, 0, 7, 9, 7, 8, 3, 0, 9, 9, 6, 1, 6, 0, 4, 2, 5, 6, 7, 3, 2, 8, 2, 9, 1, 5, 6, 1, 6, 1, 7, 0, 4, 8, 4, 1, 5, 5, 0, 1, 2, 3, 0, 7, 9, 4, 3, 4, 0, 3, 2, 2, 8, 7, 9, 7, 1, 9, 6, 6, 9, 1, 4, 2, 8, 2, 2, 4, 5, 9, 1, 0, 5, 6, 5, 3, 0, 3, 6, 7, 6, 5, 7, 5, 2, 5, 2, 7, 1, 8, 3, 1, 0, 9, 1, 7, 8, 0
OFFSET
2,3
COMMENTS
Equals n+n/(n+n/(n+n/(n+....))) for n = 10. See also A090388. - Stanislav Sykora, Jan 23 2014
EXAMPLE
10.9160797830996160...
MATHEMATICA
RealDigits[5+Sqrt[35], 10, 120][[1]] (* Harvey P. Dale, Jun 17 2014 *)
PROG
(PARI) sqrt(35)+5 \\ Charles R Greathouse IV, Apr 25 2016
CROSSREFS
Equals A010490 plus 5. - R. J. Mathar, Sep 08 2008
Cf. A161321.
Cf. n+n/(n+n/(n+...)): A090388 (n=2), A090458 (n=3), A090488 (n=4), A090550 (n=5), A092294 (n=6), A092290 (n=7), A090654 (n=8), A090655 (n=9). - Stanislav Sykora, Jan 23 2014
Sequence in context: A185825 A198879 A161321 * A058284 A198361 A229156
KEYWORD
easy,nonn,cons
AUTHOR
Felix Tubiana, Feb 05 2004
STATUS
approved