Problem 53745. Easy Sequences 60: Almost Cube Root

The almost cube root of an integer x, is the largest possible integer r, such that and . For example , then , since and since the next larger divisor of which is 6, does not qualify because . Obviously, if x is a perfect cube, then .
Given an integer n, please find sum of the "almost cube roots" of all integers from 1 to For , the program ouput should be :
where: is the almost cube root of i.

Solution Stats

71.43% Correct | 28.57% Incorrect
Last Solution submitted on Aug 05, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers4

Suggested Problems

More from this Author116

Problem Tags

Community Treasure Hunt

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

Start Hunting!