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

A109089
Decimal expansion of a = f(1) = f(2) with function f(x) from A109087.
4
2, 8, 1, 5, 5, 7, 2, 6, 4, 9, 8, 8, 9, 3, 7, 8, 4, 7, 7, 4, 5, 9, 5, 6, 7, 7, 6, 7, 6, 7, 3, 1, 6, 9, 3, 7, 6, 1, 1, 0, 8, 2, 0, 2, 7, 0, 7, 5, 7, 1, 1, 6, 6, 0, 1, 9, 9, 9, 3, 5, 7, 2, 5, 3, 2, 7, 2, 5, 1, 7, 4, 7, 0, 4, 7, 1, 8, 8, 6, 7, 1, 1, 0, 5, 5, 8, 9, 1, 5, 1, 2, 8, 1, 6, 0, 1, 7, 9, 9, 6, 8, 2, 5, 3, 2
OFFSET
1,1
COMMENTS
Continued fraction expansion of a is in A109090. Conjecture: a is transcendental.
FORMULA
a in (a, b) = lim(n->infinity)A^n(1, 1) with A(x, y) = (x+y/x, y/x).
EXAMPLE
a = 2.8155726498893784774595677676731...
PROG
(PARI) N=380; a=1.; b=1; for(i=1, N, b/=a; a+=b); a
CROSSREFS
Sequence in context: A333476 A120026 A329280 * A200479 A198873 A103987
KEYWORD
cons,easy,nonn
AUTHOR
Nikolaus Meyberg (Nikolaus.Meyberg(AT)t-online.de), Jun 20 2005
EXTENSIONS
Offset corrected by R. J. Mathar, Feb 05 2009
STATUS
approved