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
Problem Comments
-
1 Comment
ChrisR
on 31 Dec 2020
Test suite modified to prevent lookup table solutions.
Solution Comments
Show commentsProblem Recent Solvers33
Suggested Problems
-
2364 Solvers
-
Project Euler: Problem 10, Sum of Primes
2065 Solvers
-
Back to basics 6 - Column Vector
1093 Solvers
-
Numbers with prime factors 2, 3 and 5.
678 Solvers
-
15970 Solvers
More from this Author315
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!