OFFSET
0,1
COMMENTS
Is anything known about the properties of this number? - Edray Herber Goins (ehgoins(AT)mac.com), Jun 27 2004
Wolf (2010), in addition to prime numbers, also ponders continued fractions from the factorials (f) and from the Fibonacci numbers (F), remarking that "both f and F also should be transcendental but we are not aware of the proof of this fact," and that the Davenport-Roth theorem is of no help. - Alonso del Arte, Mar 06 2012
LINKS
Marek Wolf, "Continued fractions constructed from prime numbers" arXiv:1003.4015 [math.NT] Sep 26 2010
EXAMPLE
0.58887395254893350767123112124...
MATHEMATICA
RealDigits[FromContinuedFraction[Fibonacci[Range[0, 100]]], 10, 120][[1]] (* Harvey P. Dale, Mar 06 2012 *)
PROG
(PARI) dec_exp(v)= w=contfracpnqn(v); w[1, 1]/w[2, 1]+0. dec_exp(vector(1000, i, fibonacci(i-1)))
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Rick L. Shepherd, Aug 12 2002
STATUS
approved