Problem 61014. Find nth number

  • Created by Le
The numbers 2 and 7 are called lucky numbers, an integer containing only the digits 2 and 7 is also called lucky number. The problem is, given a sequence of lucky numbers arranged in the following order:
Lucky_num=[ 2, 7, 22, 27, 72, 77, 222, 227, 272, 277, 722, 727, 772, 777,.......]
Write a function that takes n as a parameter, we expect the output to be the nth lucky number
Eg:
n=8
-> output: 227

Solution Stats

66.67% Correct | 33.33% Incorrect
Last Solution submitted on Oct 23, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author4

Problem Tags

Community Treasure Hunt

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

Start Hunting!