|
Search: id:A159243
|
|
|
| A159243 |
|
Number of elements in the continued fraction for sum(k=0,n,1/1+2^2^k) |
|
+0 2
|
|
| 2, 4, 8, 15, 24, 41, 85, 159, 314, 651, 1267, 2496, 4977, 9889, 19731, 38945, 77356, 154693, 308051, 615768, 1229080
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Number of terms in the n-th partial sum of the Fermat number reciprocals.
|
|
LINKS
|
Daniel Duverney, Irrationality of Fast Converging Series of Rational Numbers, Discrete Math., 294 (2005), 259-274. , On non-squashing partitions, Discrete Math., 294 (2005), 259-274.
|
|
EXAMPLE
|
The partial sum for k=3 (four terms) is: 1/3+1/5+1/17+1/257=39062/65535 expressed in continued fraction gives: {0,1,1,2,9,1,2,1,1,2,2,1,2,1,5} that has 15 elements so: f(3)=15
|
|
MATHEMATICA
|
Table[Length[ContinuedFraction[Sum[1/(1 + 2^2^k), {k, 0, v}]]], {v, 0, 20}]
|
|
CROSSREFS
|
Cf. A056469
Cf. A051158 [From Barbarel Tres Mil (barbarel3000(AT)yahoo.es), Nov 17 2009]
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Barbarel Tres Mil (barbarel3000(AT)yahoo.es), Apr 06 2009
|
|
|
Search completed in 0.001 seconds
|