login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128300 a(n) = denominator of b(n): b(1)=1; b(n+1) = [b(1);b(2),...,b(n),1], where [...] is a continued fraction of rational terms. 1
1, 1, 3, 17, 553, 586897, 659232805921, 832815851066489242864705, 1328480976128962358175251908323023432381302392961, 135239453813936036855424384907720482197952346892608282522206946891967718839233157787733773571369 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(5) = the denominator of b(5). b(5) = 1 +1/(2 +1/(4/3 +1/(24/17 +1))) = 768/553.
MATHEMATICA
a = {1}; Do[AppendTo[a, FromContinuedFraction[Join[a, {1}]]], {10}]; Denominator[a] (* Stefan Steinerberger, Oct 24 2007 *)
CROSSREFS
Cf. A128299.
Sequence in context: A023150 A257116 A305375 * A292082 A001601 A061119
KEYWORD
frac,nonn
AUTHOR
Leroy Quet, Feb 25 2007
EXTENSIONS
More terms from Stefan Steinerberger, Oct 24 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)