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!)
A128299 a(n) = numerator 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, 2, 4, 24, 768, 818688, 918482792448, 1160710851973467480711168, 1851362556448808267346772937519541852218467221504, 188473437767072793673508563952884052289202111379015123907036183743886914255400892747408659578880 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(5) = the numerator 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}]; Numerator[a] (* Stefan Steinerberger, Oct 24 2007 *)
CROSSREFS
Cf. A128300.
Sequence in context: A332539 A296787 A341633 * A143672 A001510 A103099
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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)