1

I happened upon an interesting pattern today. If I take the reciprocal of $998$, I get $.001002004008016032064128\dots$ which has a pattern of powers of $2$. If I take the reciprocal of $997$, I get a pattern with powers of $3$, $.001003009027081\dots$ This pattern continued with $996$ having powers of $4$ and so on. I can also control how many zeros are found between the powers by adding additional nines.

My question is this: Does this pattern have a name and what is a practical application of this pattern?

K Split X
  • 6,565
esteuart
  • 113
  • You seem to have been mislead by "the pattern": the number $\frac1{998}$ is obviously (semi)periodic, and so are the others. –  Apr 24 '17 at 19:00
  • 1
    You'll come across many patterns in mathetmatics that don't usually have a name because they aren't "important". I believe this is one of them – K Split X Apr 24 '17 at 19:00
  • If you want to play with it you can note that the reciprocal of $998$ can be written $1/(1000-2)$ ... – John Apr 24 '17 at 19:04
  • 1
    For more fun try $\frac{1}{9899},\frac{1}{998999},\dots$ – nickgard Apr 24 '17 at 20:36

2 Answers2

1

$$\begin{align} \frac1{998}&=\frac1{1000-2}\\ &=\frac1{1000}\frac1{1-2/1000}\\ &=\frac1{1000}\left(1+\frac{2}{1000}+\frac{2^2}{1000^2}+\frac{2^3}{1000^3}+\cdots\right)\\ &=\frac1{1000}+\frac{2}{1000^2}+\frac{2^2}{1000^3}+\frac{2^3}{1000^4}+\cdots \end{align} $$

It's the jolly old geometric series again!

Angina Seng
  • 158,341
1

Here is a proof of this fact, using the fact that an infinite geometric series, when convergent, has a limit that can be computed (see Remark below); for example:

$$\dfrac{1}{998}=\dfrac{1}{1000-2}=\dfrac{1}{1000}\left(\dfrac{1}{1-\tfrac{2}{1000}}\right)=$$

$$\tag{1}=\tfrac{1}{1000}\left(1+\tfrac{2}{1000}+(\tfrac{2}{1000})^2+(\tfrac{2}{1000})^3+\cdots\right)$$

$$=\tfrac{1}{1000}\left(1+\tfrac{2}{1000}+\tfrac{4}{1000000}+\tfrac{8}{1000000000}+\tfrac{16}{1000000000000}+\cdots\right)$$

$$=\tfrac{1}{1000}\left(1.0020040080160\cdots\right)$$

$$=0.0010020040080160\cdots$$

Remark: in (1) we have applied formula $1+a+a^2+a^3+\cdots = \dfrac{1}{1-a}.$

Jean Marie
  • 81,803