OFFSET
0,3
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..564
V. Meally, Letter to N. J. A. Sloane, May 1975
A. J. van der Poorten, Continued fractions of formal power series
A. J. van der Poorten and Jeffrey Shallit, A specialised continued fraction, Canad. J. Math., 45 (1993), 1067-1079.
G. Xiao, Contfrac
FORMULA
Interestingly, a(13)=2^11-2^3-1, a(19)=2^18-2^5-1, a(27)=2^29-2^8-1, a(35)=2^47-2^13-1. - Ralf Stephan, Jun 07 2005
EXAMPLE
0.91027879720786589179404302... = 0 + 1/(1 + 1/(10 + 1/(6 + 1/(1 + ...)))). - Harry J. Smith, May 04 2009
PROG
(PARI) { allocatemem(932245000); default(realprecision, 10000); x=suminf(k=2, 1/2^fibonacci(k)); c=contfrac(x); for (n=1, 565, write("b006518.txt", n-1, " ", c[n])); } \\ Harry J. Smith, May 04 2009
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
STATUS
approved