Given a sequence 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5

  • Thread starter thereddevils
  • Start date
  • Tags
    Sequence
In summary, the conversation discusses finding the 1989th term and the sum of the first 1989 terms in a sequence where the integer k occurs k times consecutively. The solution involves using the well-known series formula and solving a quadratic equation. The key is to re-write the series as a product and use the integer part of the solution.
  • #1
thereddevils
438
0

Homework Statement



Given a sequence 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5,... ie the integer k occurs k times as consecutive terms .

(a) Find the 1989th term

(b) Find the sum of the first 1989 term .

Homework Equations





The Attempt at a Solution



some hints ?
 
Physics news on Phys.org
  • #2


So there are 1 "1", 2 "2"s, 3 "3"s, etc. That means there will be 1+ 2+ 3+ ...+ (n-1) numbers before the first appearence of the number n. That's a well known series, its sum is (1/2)n(n-1). To the 1989th term (that's an old problem!) try to solve (1/2)n(n- 1)= 1989. That's the same as [itex]n(n-1)= n^2- n= 2(1989)= 3978[/itex].

Solve [itex]n^2- n- 3978= 0[/itex] with the quadratic formula. The solution probably will not be an integer, but that will be because you are in the middle of the set of that "n" in the sequence. Take the integer part.
 
  • #3


HallsofIvy said:
So there are 1 "1", 2 "2"s, 3 "3"s, etc. That means there will be 1+ 2+ 3+ ...+ (n-1) numbers before the first appearence of the number n. That's a well known series, its sum is (1/2)n(n-1). To the 1989th term (that's an old problem!) try to solve (1/2)n(n- 1)= 1989. That's the same as [itex]n(n-1)= n^2- n= 2(1989)= 3978[/itex].

Solve [itex]n^2- n- 3978= 0[/itex] with the quadratic formula. The solution probably will not be an integer, but that will be because you are in the middle of the set of that "n" in the sequence. Take the integer part.

thanks ! But shouldn't it be 1+2+3+...+n

then , 1/2n(n+1)=1989 and n=63 ?
 
  • #4


A good hint, I think, is to re-write the series 1 + 2 + 2 + 3 + 3 + 3 + . . . as (1) + (2 + 2) + (3 + 3 + 3) + (4 + 4 + 4 + 4) . . .

Then instead of adding, re-write each bracket as a product: 1(1) + 2(2) + 3(3) + 4(4) + ...

Do you see where to go from here?
 

FAQ: Given a sequence 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5

What is the pattern of this sequence?

The pattern of this sequence is that each number is repeated the same number of times as its value. For example, the number 3 is repeated 3 times, the number 4 is repeated 4 times, and so on.

What is the total number of elements in this sequence?

There are 15 elements in this sequence.

What is the median of this sequence?

The median of this sequence is 4, as it is the middle number when the sequence is arranged in ascending order.

Is this sequence in ascending or descending order?

This sequence is neither in ascending nor descending order. It follows a specific pattern, but the numbers are not arranged in any particular order.

What is the mode of this sequence?

The mode of this sequence is 5, as it is the number that appears the most times in the sequence.

Back
Top