#limit(number theory?)
9 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
What you really want to determine is for which values of n a_n is a perfect square, right?
So that you can construct a function which counts them, which would give you the value of A_N in terms of N.
What you have so far is a range of values of k for which m is such that there exists an n such that a_n = m^2.
And actually you already have an equation expressing n such that a_n = m^2 in terms of k.
Or two equations, I suppose.