about | help | code help+videos | done | prefs |
Find the sum of the sequence whose terms are fractions made of consecutive numbers. For example if there is 1 term, the sum is 1/2 if there is 2 terms (1/2 + 2/3), the sum is 1.1666666666665 if there are 3 terms (1/2 + 2/3 + 3/4), the sum is 1.9166666666666665 sumFracs(1) → 0.5 sumFracs(2) → 1.1666666666666665 sumFracs(3) → 1.9166666666666665 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 200
Copyright Nick Parlante 2017 - privacy