This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hey all.
Messing around with some open problems, but have come to my limit of tools (only reached algII in high school, still kicking my self 20 years later). I'm sure I can go further, I just don't know what kind of area to look for similar formulas.
Basically what I have is a function f(n) that either satisfies a stated condition or not. If not, we rerun the result iff f(n)!=true, f(f(n)). etc. My formula also uses summation and I have little experience handling them (though i understand the notation and how to expand).
The formula is similar to this (obfuscated because I'm pretending I'll actually get somewhere)
f(n) = sum_(i=0)^(k) n^(k-i) * (floor((k/n^i)) (k/n^(i-1))
Please excuse my bad latex formatting.
n and k are both integers. and the goal is to find the value of k for each n.
Thanks in advance for your help redditors!
Subreddit
Post Details
- Posted
- 5 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/learnmath/c...