Return the sequence element I - MATLAB Cody - MATLAB Central

Problem 42833. Return the sequence element I

  • Created by HH
Difficulty:Rate

Given a positive integer, x, return a positive integer, y, which is the xth term in the sequence [1 2 2 3 3 3...], in which one instance of the number 1 is followed by two instances of the number 2, followed by three instances of the number 3, and so on.

Example 1:

x = 5

y = 3

Example 2:

x = 105

y = 14

Solution Stats

69.23% Correct | 30.77% Incorrect
Last Solution submitted on Sep 23, 2025

Problem Comments

Solution Comments

Show comments
Join Cody Contest 2025 — Have Fun and Win Prizes!
...
We’re excited to invite you to Cody Contest 2025! 🎉 Pick a team,...

Problem Recent Solvers41

Suggested Problems

More from this Author45

Problem Tags

Community Treasure Hunt

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

Start Hunting!