Find the next two numbers in the given series.... 2,17,257,...
Please give your answer by adding the next two numbers...
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.
The solution is 1^4+1,2^4+1,4^4+1,... Therefore the next two numbers are... 8^4+1and16^4+1 Which is 4097 and 65537... Therefore after adding we get. 69634 as the answer
Please upvote the solution if liked..
Log in to reply
Another one can be (2^2^n)+1. Hence the solution can also be 4295032834
Log in to reply
@Mehul Arora in this form how can the first number of the series '2' can be expressed?
Log in to reply
@A Former Brilliant Member – 2^2^0+1. Quite simple.
Log in to reply
@Mehul Arora – 2 2 0 = 2 1 = 2 Mehul Arora now I hope you get ur mistake.
Problem Loading...
Note Loading...
Set Loading...
The series is in the form 2 k + 1 where k is {0 , 4 , 8 , 12 , 16, ……………}
Hence the sum of next two number of series is 2 1 2 + 1 + 2 1 6 + 1
Which is equal to 69634