|
| |
|
|
A073116
|
|
Continued fraction expansion of S/2 where S = sum( k>=0,1/2^floor(k*PHI) ) and PHI is the golden ratio (1+sqrt(5))/2.
|
|
0
| |
|
|
0, 1, 5, 1, 8, 4, 64, 128, 16384, 1048576, 34359738368, 18014398509481984, 1237940039285380274899124224
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
COMMENTS
| The number S is the number whose digits are obtained from the substitution system (1->(1,0),0->(1)). The n-th term of the continued fraction expansion for S is 2^Fibonacci(n-2) ) (cf. A000301). This number S is known to be transcendental. The continued fraction of S/2^m follows the same kind of rule as for S/2.
|
|
|
FORMULA
| If n>2 a(2n+1)=2^(F(2n-1)+1) a(2n)= 2^(F(2n-2)-1) where F(n) is the n-th Fibonacci number
|
|
|
CROSSREFS
| Sequence in context: A193860 A126155 A021197 * A201525 A193089 A154310
Adjacent sequences: A073113 A073114 A073115 * A073117 A073118 A073119
|
|
|
KEYWORD
| base,cofr,nonn
|
|
|
AUTHOR
| Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 19 2002
|
| |
|
|