As the question reads; How many perfect cubes n, $\in 1\leq{n}\leq{a}$, $a\in{Z^+}$ exist in terms of $a$ that aren't divisible by 3?
I'm looking for a formula in terms of $a$, to achieve this number. Trivially, the number of all perfect cubes less than a given $a$, will be $\lfloor{\sqrt[3]a}\rfloor$. But, what adjustment can be made to remove those that are multiples of $3$?
2026-03-26 14:22:15.1774534935
Number of perfect cubes n, $\in 1\leq{n}\leq{a}$, $a\in{Z^+}$ that aren't divisible by 3.
67 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
so we can conclude that:
is equal to $\lfloor \sqrt[3]a \rfloor - \lfloor \dfrac{\sqrt[3]a}{3} \rfloor$.