Warm up your mind

Consider the sequence 1 , 2 , 2 , 3 , 3 , 3 , 4 , 4 , 4 , 4 , 5 , 1,2,2,3,3,3,4,4,4,4,5, \ldots where the integer n n is repeated n n times. What is the 150 150 th term?


The answer is 17.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

17 solutions

Pranit Bavishi
Aug 24, 2014

Suppose a new number is introduced at (n+1)th term. Then n= summation of first n natural numbers. Therefore 150 is greater than or equal to sum of first m natural numbers. Therefore 150 is greater than equal n(n+1)/2. Therefore n(n+1) is less than 300. Therefore n=16. So the 150th term will be 17.

E x t r a : 0 n 0 x X < X . . . . . . . . . . . . 0 150 0 x X < X 0 150 0 17 17 < 17 0 3 < 17 17 3 = 14 t h e i n t e g e r ( 17 ) i n c u r r e n t t e r m r e p e a t e d ( 14 ) t i m e s , a n d t h e r e i s t h r e e m o r e ( 17 ) l e f t t i l l i t t u r n t o ( 18 ) . Extra:\\ 0\quad \le \quad n\quad -\quad \int _{ 0 }^{ x }{ X } \quad <\quad X\\ \quad \quad \quad \quad \quad \quad ......\\ \quad \quad \quad \quad \quad \quad ......\\ 0\quad \le \quad 150\quad -\quad \int _{ 0 }^{ x }{ X } \quad <\quad X\\ 0\quad \le \quad 150\quad -\quad \int _{ 0 }^{ 17 }{ 17 } \quad <\quad 17\\ 0\quad \le \quad 3\quad <\quad 17\\ 17-3=14\\ the\quad integer\quad (17)\quad in\quad current\quad term\\ repeated\quad (14)\quad times,\\ and\quad there\quad is\quad three\quad more\quad (17)\quad left\\ till\quad it\quad turn\quad to\quad (18).

Anas Salama - 6 years, 9 months ago

it would be arithmetic or geometric progression

Firoj Mujawar - 6 years, 9 months ago

Pranit, can you explain your solution again, in a different way? It's a tad difficult for me to follow.

Olivia Ross - 6 years, 8 months ago

Log in to reply

I can certainly explain a more accessible method. Lets look at the positions of the last 1,2,3,... in the sequence. This comes out at 1,3,6,...,. From this we can see that this a sequence of triangle numbers. These can be calculated using an arithmetic sequence (as 1+2=3, 1+2+3=6 etc.), such that the nth term= n ( n + 1 ) / 2 {n(n+1)}/{2} = 150. We rearrange this to get the quadratic n 2 {^2} +n - 300=0, which can be solved to get 16.8...>16, so the answer is 17

Curtis Clement - 6 years, 6 months ago
Dollesin Joseph
Aug 21, 2014

Sum of 1 to 16 = 136 .

150 - 136 = 14

17 = 137

17 = 138

17= 139

And so on.. we get 17=150

Therefore 17 is the answer.

how to calculate sum of 1 to 16 in shortcut way ?

Darshit Gandhi - 6 years, 5 months ago

Log in to reply

n(n+1)/2 16(16+1)/2 16(17)/2 272/2 136

Zubair Rasheed - 6 years ago

@Dollesin Joseph ...nice method but can you give a generalized way??

Pranit Bavishi - 6 years, 9 months ago
John Aries Sarza
Sep 2, 2014

Here's my brief but nice solution.. By using Arithmetic Summation , S = n 2 [ 2 a 1 + d ( n 1 ) ] S=\frac { n }{ 2 } [2{ a }_{ 1 }+d(n-1)] Take a look again from the sequence, for every END of the integer n n with repeated n n times, there is a corresponding summation S S , therefore.. 150 = n 2 [ 2 ( 1 ) + 1 ( n 1 ) ] 150=\frac { n }{ 2 } [2(1)+1(n-1)] the value of n here is ranging somewhat 16 < n < 17 16<\quad n\quad <\quad 17 .. therefore final answer is 17 \boxed{17}

Dumpster Doofus
Sep 22, 2014

There is an even easier way than what others have posted. The N th N^{\text{th}} term of the series is f ( N ) = 2 x + 1 4 1 2 f(N)=\left\lceil\sqrt{2x+\frac{1}{4}}-\frac{1}{2}\right\rceil where \lceil\rceil denotes the ceiling function.

Plugging in N = 150 N=150 gives 17.

how did you got this idea

U Z - 6 years, 8 months ago

Can you prove it?

Swapnil Das - 4 years, 10 months ago
Siddharth Agarwal
May 29, 2015

adding n integer one time i.e 1+2+3+4....17=153

Zakaria Salameh
May 28, 2015

changing how we look at the sequence as follows: consider a serie made of the ranks of the original seq. we get s1=1 s2=3 s3=6 s4=10 and so on this is triangular serie with general expression n{n+1}/2 this should yield 150 so n{n+1}=300 and so n=17.82 or the 150th term is 17

Ravi Teja
May 28, 2015

1+2+3+4+5+6+........................................+16+17=152(as each no like 2 no has 2 no) But the last 17th terms will be 17 so the 150th term is also 17

David E Mione
May 28, 2015

If each number is n^nth where n is the value in the sequence, then all you do is 1+2+3+4+5+6+7+8+9+10+11+12+13+14+15+16+17 til you reach over 150.Then take the current number and you have it.

The answer will be the minimum value of 'n' for which 'n(n+1)/2' is greater than 150.

Aareyan Manzoor
Oct 8, 2014

first we add all number from 1 to 16. let z be the sum
z= 1 6 2 1 2 + 1 + 16 2 \frac {16^{2} -1^{2} +1 +16}{2}
z= 256 + 16 2 \frac {256+16}{2}
z= 136
after that more 17 17s which goes to 153.
so, since 153>150>136 so 150th term is 17,




Jonathan Newman
Sep 30, 2014

These are triangle numbers. So solving for n in n ( n + 1 ) 2 = 150 \frac{n\left(n+1\right)}{2}=150 gives you ~16.82, which means we must be on "17, 17, 17, 17 ..."

Shrenik Jain
Sep 30, 2014

n(n+1)/2=17(18/2)=153 153+2=155

Vasu Bansal
Sep 21, 2014

by inspection we find that last "n" is n(n+1)/2 th term. so 17*18/2=153 that is last 17 would be the 153rd term of the sequence. and 150th would also be 17.

James Man
Sep 18, 2014

its gooooood

Roland Copino
Sep 15, 2014

It would be better if he didnt write the pattern.. I just solved it for 40 seconds.

Deval Patel
Sep 11, 2014

the number is repeting ntimes of n number so when you sum of 1 to 17 the answer is 153 & we asked the 150 th term so that is 17

Roland Parijs
Sep 11, 2014

Looking at the series we have a sum of all natural numbers, so n(n+1)/2=150 n^2+n-150=150 n=(1±√(1+1200))/2=17,8277 and -16,8277 So the answer =17 or -17 if you go the other (negative way )

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...