-3

This looks like an easy question but I can't mathematically generalize it. I need to form a pattern and prove it. So far I have observed the pattern of [153, 165033, 166500333, 166650003333, ...], but I can't seem to mathematically come to a generalization

the pattern in the question

1 Answers1

1

(Using the ``floor'' function) I think this is an expression for your pattern for a given positive integer $n$

$$\left\lfloor \frac{10^n}{6}\right\rfloor^3+\left\lfloor\frac{10^n}{2}\right\rfloor^3+\left\lfloor\frac{10^n}{3}\right\rfloor^3= \left\lfloor \frac{10^n}{6}\right\rfloor 10^{2n} + \left\lfloor \frac{10^n}{2}\right\rfloor 10^{n}+\left\lfloor \frac{10^n}{3}\right\rfloor.$$

Maple verified that this works for $n=1, 2, \ldots, 10$. I didn't try to prove it.