#limit(number theory?)

9 messages · Page 1 of 1 (latest)

mystic bisonBOT
#
  1. 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.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
fair escarp
#

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.

fair escarp
#

I mean, you understand that A_N increases by one every time N passes one of those values, right?

#

So then you can just construct a number of points of the form (N, A_N) to try to spot a pattern and perhaps construct a function.