Let a 1 = 1 and a n + 1 = n 1 + a 1 2 + a 2 2 + ⋯ + a n 2 .
Find the smallest integer n such that a n is not an integer.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Can you have any other solution ????
If this can't be shown then rather than the question this must be a note of information
Log in to reply
That's a good idea. If one didn't know about Göbel's Sequence then it can't be expected for them to be able to solve the problem on their own. I posted the link just to provide more information to others about this special sequence.
@Jon Haussmann -Did you know about the sequence or did you find a way? I'd be curious to see a solution to this without using the sequence.
Log in to reply
Yes, I already knew about the sequence. There are a handful of good examples of patterns that seem continue for some time, but then stop after a while. This is one of them.
Here is how far I could go ..
an+1 = (1 + a1^2 + ... (an-1)^2 + an^2 ) / n = (1 + a1^2 + ... (an-1)^2 ) / n + (an^2 ) / n = ((1 + a1^2 + ... (an-1)^2 ) / (n -1 )) * n/(n-1) + (an^2 ) / n = ((1 + a1^2 + ... (an-1)^2 ) / (n -1 )) * (n-1)/n + (an^2 ) / n = an * (n-1)/n + (an^2 ) / n
By just pencil and paper calculation, I determined that the sequence began: [1, 2, 3, 5, 10, 28, 154, 3520, 1551880,...] and grew VERY rapidly
Searching OEIS with the first eight terms of the sequence was sufficient for Sloane's phenomenal resource to find A003504. I had never heard of Göbel's Sequence before but because of this interesting problem - the discovery happened and further explorations ensued.
It turns out that the 44th term is the first nonintegral value in the sequence. The 43rd term has approximately 89,288,343,500 decimal digits !!
Answer= 4 4
Problem Loading...
Note Loading...
Set Loading...
This is known as Göbel's Sequence . Note that the sequence in the link is offset from this one by 1 .