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.
Notationally put, the sequence is given by the following recurrence:
∀ n ∈ Z ≥ 2 , a n = { 2 a n − 1 + 1 when n is even 2 a n − 1 + 2 when n is odd
where the sequence starts with a 1 = 7 .
Clarification: Z ≥ 2 refers to the set of all integers greater than or equal to 2 .
IN the problem the series goes on like at first - x2+1 and then x2+2.....In the third number again its x2+1 and then x2+2 and it continues.
Problem Loading...
Note Loading...
Set Loading...
The function from the previous number to the next alternates between these 2 possibilities:
times 2 then plus 1
times 2 then plus 2