For any positive integer k, let f1(k) denote the square of the sum of the digits of k. For n≥2, let fn(k)=f1(fn−1(k)). Find f1988(11).
A number or a short expression. Spacing and $ signs are ignored.
Solution
We see that f1(11)=4 f2(11)=f1(4)=16 f3(11)=f1(16)=49 f4(11)=f1(49)=169 f5(11)=f1(169)=256 f6(11)=f1(256)=169 Note that this revolves between the two numbers. Since 1988 is even, we thus have f1988(11)=f4(11)=169.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.