The Connell sequence starts with the first odd number and continues with the next two even numbers, the next three odd numbers, the next four even numbers, and so on. Therefore, the first ten terms are 1, 2, 4, 5, 7, 9, 10, 12, 14, and 16.
Write a function to generate the terms at the specified positions in the Connell sequence. FOR and WHILE loops are not allowed.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers34
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52683 Solvers
-
Project Euler: Problem 9, Pythagorean numbers
1385 Solvers
-
Flip the main diagonal of a matrix
901 Solvers
-
345 Solvers
-
Write a function man that takes a row vector v and returns a matrix H as follows..
646 Solvers
More from this Author321
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Test suite modified to prevent lookup table solutions.