login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126580 a(n) = denominator of r_n, where r_0 =0, r_1 =1, r_{n+1} = the continued fraction (of rational terms) [r_0,r_1,r_2,r_3,...,r_n]. 1
1, 1, 1, 2, 4, 28, 924, 1301916, 2192719475100, 6877436791939871875340700, 63662093585928604457207470763864412072759112460700, 5654964592175973912056572385731364781410655247698710272187424640218106099883341821471858427090700700 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

EXAMPLE

a(5) is the denominator of r_5 = r_0 +1/(r_1 +1/(r_2

+1/(r_3 + 1/r_4))) =

0 + 1/(1 +1/(1 +1/(1/2 +1/(3/4)))) = 17/28.

MATHEMATICA

f[l_List] := Append[l, FromContinuedFraction[l]]; Denominator@Nest[f, {0, 1}, 10] (*Chandler*)

CROSSREFS

Cf. A064845, A064846, A126579.

Sequence in context: A095858 A062792 A102692 * A124687 A018291 A033167

Adjacent sequences:  A126577 A126578 A126579 * A126581 A126582 A126583

KEYWORD

easy,frac,nonn

AUTHOR

Leroy Quet Dec 28 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 29 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:28 EST 2012. Contains 205938 sequences.