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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127679 a(n) = denominator of b(n), where b(1) = 1, b(n+1) = (sum{k=1 to n} b(k))/product{j=1 to n} b(j). 1
1, 1, 1, 1, 2, 4, 6, 15, 35, 119, 221, 1703, 31571, 444163, 62571693, 16130221953, 31653658032799, 1139752929797333269, 190765682365696256860989, 13391304481955883169111997465697 (list; graph; refs; listen; history; internal format)
OFFSET

1,5

FORMULA

For n >= 4, b(n) = 1 +(b(n-1)-1)/b(n-2).

MATHEMATICA

f[l_List] := Append[l, Plus @@ l/Times @@ l]; Denominator[Nest[f, {1}, 20]] (*Chandler*)

CROSSREFS

Cf. A127678.

Sequence in context: A077639 A039791 A192536 * A049022 A136033 A099315

Adjacent sequences:  A127676 A127677 A127678 * A127680 A127681 A127682

KEYWORD

easy,frac,nonn

AUTHOR

Leroy Quet Jan 23 2007

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Feb 13 2007

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 10:53 EST 2012. Contains 205904 sequences.