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

A107905
Decimal expansion of (5+sqrt(21))/2.
6
4, 7, 9, 1, 2, 8, 7, 8, 4, 7, 4, 7, 7, 9, 2, 0, 0, 0, 3, 2, 9, 4, 0, 2, 3, 5, 9, 6, 8, 6, 4, 0, 0, 4, 2, 4, 4, 4, 9, 2, 2, 2, 8, 2, 8, 8, 3, 8, 3, 9, 8, 5, 9, 5, 1, 3, 0, 3, 6, 2, 1, 0, 6, 1, 9, 5, 3, 4, 3, 4, 2, 1, 2, 7, 7, 3, 8, 8, 5, 4, 4, 3, 3, 0, 2, 1, 8, 0, 7, 7, 9, 7, 4, 6, 7, 2, 2, 5, 1, 6
OFFSET
1,1
REFERENCES
D. Mumford et al., Indra's Pearls, Cambridge 2002; see p. 317. [From N. J. A. Sloane, Nov 22 2009]
LINKS
Emma Y. Jin and Christian M. Reidys, Asymptotic Enumeration of RNA Structures with Pseudoknots, arXiv:0706.3137 [q-bio.BM], 2007, Theorem 5, p. 15.
FORMULA
(4.791287...)^n = A090458 * A004254(n) + A004253(n). - Gary W. Adamson, Sep 11 2023
Equals lim_{n->oo} S(n, 5)/S(n-1, 5), with the S-Chebyshev polynomial (see A049310) S(n, 5) = A004254(n+1). - Wolfdieter Lang, Nov 15 2023
c^k = A004254(k)*c - A004254(k-1) for k >= 1, where c is the present constant. - Andrea Pinos, Jul 19 2024
EXAMPLE
4.7912878474779200032940235968640042444922282883839859513036...
The zeros at 15, 16 and 17 digits after the decimal point allow for a good rational approximation. The continued fraction is [4,1,3,1,3,1,3,...] = 4 + 1/(1+ 1/(3+ 1/(1+ 1/(3+ 1/(1+ 1/(3+ 1(/1+ ...
MATHEMATICA
RealDigits[(5+Sqrt[21])/2, 10, 120][[1]] (* Harvey P. Dale, May 02 2011 *)
CROSSREFS
Equals 1+A090458. - R. J. Mathar, Aug 24 2008
Sequence in context: A004787 A210617 A191762 * A258707 A010299 A201413
KEYWORD
cons,easy,nonn
AUTHOR
Jonathan Vos Post, Jun 22 2007
STATUS
approved