
Russ P. answered 09/30/14
Tutor
4.9
(135)
Patient MIT Grad For Math and Science Tutoring
Jacque,
Yes it is correct.
To get the odd positional entries (third, fifth, etc) in the sequence just multiply the prior one by 2.
The first entry is 44 which starts the remaining odd positional entries.
You get: 44, 88, 176, 352, 704 ...
To get the even positional entries (fourth, sixth, etc) in the sequence just multiply the prior one by 2.
The first even positional entry is 22 which starts the remaining even positional entries.
You get: 22, 44, 88, 176, 352, ...
You get: 22, 44, 88, 176, 352, ...
And the actual sequence combines these by interleaving these odd and even positional entries.