%I A128298
%S A128298 1,1,1,6,35,5772,88530295,13109586855583296,
%T A128298 641514040130247702993686238424885,
%U A128298 38794682422831176556784792608495170681619094988640304687341019712
%N A128298 a(n) = denominator of b(n): b(1)=1; b(n+1) = [b(1);b(2),...,b(n)]/b(n),
where [...] is a continued fraction of rational terms.
%H A128298 Leroy Quet, <a href="http://www.prism-of-spirals.net/">Home Page</a>
(listed in lieu of email address)
%e A128298 a(6) = the denominator of b(6). b(6) = (1 +1/(1 +1/(2 +1/(5/6 +35/74))))*35/
74 = 4735/5772.
%t A128298 a = {1}; Do[AppendTo[a, FromContinuedFraction[a]/a[[ -1]]], {10}]; Denominator[a]
- Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Oct 24
2007
%Y A128298 Cf. A128297.
%Y A128298 Sequence in context: A051337 A152128 A115457 this_sequence A059059 A050112
A036125
%Y A128298 Adjacent sequences: A128295 A128296 A128297 this_sequence A128299 A128300
A128301
%K A128298 frac,nonn
%O A128298 1,4
%A A128298 Leroy Quet Feb 25 2007
%E A128298 More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com),
Oct 24 2007
|