Problem 46615. Find terms in the Connell sequence

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

67.39% Correct | 32.61% Incorrect
Last Solution submitted on Jan 20, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers29

Suggested Problems

More from this Author244

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!