I don't quite remember how I found this, but when you put in:
f(n)=1810n+8
You get the pattern:
1=1
2=6
3=56
4=556
5=5556
etc etc
Having changed it a bit, I changed it to:
f(n)=1810n+1+8−1
And you get the pattern:
1=5
2=55
3=555
4=5555
5=55555
etc etc
I just wondered if this pattern has any significance...
#NumberTheory
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
If you modify the second f(n), you end up with
f(n)=1810n+1−10=95(10n−1)..
As
10n−1=9∑i=0n−110i,
you have that
f(n)=5×∑i=0n−110i.
In decimal form, this represents a string of n 5's, which explains the phenomenon you see.
To explain the first f(n), rewrite it as
f(n)=1810n+1−10+1
and apply the same principle as above. Long story short: what you have found is not a random pattern but rather formulas that turn out to have interesting decimal representations.