- #1
Delta31415
- 90
- 8
So I am kind of lost... I don't really know how to ask this.
Project Euler is a website that hosts multiple programming contests and I am interested in this problem
https://projecteuler.net/problem=608
but my question isn't truly about this problem but a more solution.
I know that the Divisor Function is
[itex]{\displaystyle \sigma _{x}(n)=\sum _{d\mid n}d^{x}\,\!}[/itex]
my question is can I set the Divisor function equal to an algebraic function of value x and solve for the solutions
for example:
[itex]{\displaystyle \sigma _{x}(n)=\sum _{d\mid n}d^{x}\,\!} = (x^2+7)\ or\ (x+9)\ or\ even\ ln(x)[/itex]
p.s I know that I can do this using programming and I have but I would like to be able to do it by hand as well.
I have recently been reading some elementary number theory textbooks but all they do is talk about primes and things such as the division algorithm, the divisor function isn't even mentioned.
Thanks for the help and I am sorry for being so confusing.
Edit: finally fixed the Latex
Project Euler is a website that hosts multiple programming contests and I am interested in this problem
https://projecteuler.net/problem=608
but my question isn't truly about this problem but a more solution.
I know that the Divisor Function is
[itex]{\displaystyle \sigma _{x}(n)=\sum _{d\mid n}d^{x}\,\!}[/itex]
my question is can I set the Divisor function equal to an algebraic function of value x and solve for the solutions
for example:
[itex]{\displaystyle \sigma _{x}(n)=\sum _{d\mid n}d^{x}\,\!} = (x^2+7)\ or\ (x+9)\ or\ even\ ln(x)[/itex]
p.s I know that I can do this using programming and I have but I would like to be able to do it by hand as well.
I have recently been reading some elementary number theory textbooks but all they do is talk about primes and things such as the division algorithm, the divisor function isn't even mentioned.
Thanks for the help and I am sorry for being so confusing.
Edit: finally fixed the Latex
Last edited: