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!)
A127678 a(n) = numerator 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, 2, 2, 3, 5, 7, 17, 39, 131, 241, 1843, 33951, 475103, 66624833, 17107028693, 33453912854619, 1200873381252944089, 200445185648334612665809, 14036199771684615424002710560757 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
For n >= 4, b(n) = 1 +(b(n-1)-1)/b(n-2).
MATHEMATICA
f[l_List] := Append[l, Plus @@ l/Times @@ l]; Numerator[Nest[f, {1}, 20]] (* Ray Chandler, Feb 13 2007 *)
CROSSREFS
Cf. A127679.
Sequence in context: A103597 A337745 A253853 * A199962 A114990 A241421
KEYWORD
easy,frac,nonn
AUTHOR
Leroy Quet, Jan 23 2007
EXTENSIONS
Extended by Ray Chandler, Feb 13 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 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)