[Math] Number theory research topics

elementary-number-theorynumber theory

I have to do a project for my number theory class (Undergraduate). The professor asked us to explore a topic from number theory and write about 5 to 10 pages on it.

I am a computer science major, so I really want a topic that relates to computing too.

I am personally interested in the twin prime conjecture and prime divisibility tests and algorithms

The prof said that the ABC conjecture is also a good one.

Can any body suggest other good topics ?

And your opinions whether it is good or not to make a project on the twin prime conjecture or prime divisibility

Best Answer

You may want to consider Collatz conjecture (aka the $3n+1$ conjecture).

In conjunction with Computer Science, you may give an overview of certain computational techniques and algorithms that have been used in order to analyze this conjecture.

Related Question