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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126339 a(n) = denominator of sum of the reciprocals of all terms in rows 1 through n of table A126336. 3
1, 1, 2, 2, 3, 12, 66, 462, 42504, 127512, 637560, 8288280, 125580, 2415, 103845, 75599160, 17028710790, 2156970033400, 213540033306600, 26692504163325, 106770016653300, 52103768126810400, 52103768126810400 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

MATHEMATICA

f[l_List] := Append[l, ContinuedFraction[Plus @@ (1/# &) /@ Flatten[l]]]; Denominator@Table[Plus @@ (1/# &) /@ Flatten@Nest[f, {{1}}, n - 1], {n, 24}] (*Chandler*)

CROSSREFS

Cf. A126336, A126338.

Sequence in context: A134243 A182779 A199673 * A153929 A184843 A100362

Adjacent sequences:  A126336 A126337 A126338 * A126340 A126341 A126342

KEYWORD

frac,nonn

AUTHOR

Leroy Quet Dec 25 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 26 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 15 21:56 EST 2012. Contains 205860 sequences.