A380428 Numbers k for which nonnegative integers x and y exist such that k is the concatenation of x and y as well as k = (x + y)^2.
81, 100, 2025, 3025, 88209, 494209, 4941729, 7441984, 24502500, 25502500, 52881984, 60481729, 300814336, 493817284, 6049417284, 6832014336, 20408122449, 21948126201, 33058148761, 35010152100, 43470165025, 101558217124, 108878221089, 123448227904, 127194229449, 152344237969
Offset: 1
Examples
2025 is in the sequence because (20 + 25)^2 = 2025. 100 is in the sequence because (10 + 0)^2 = 100. 88209 is in the sequence because (88 + 209)^2 = 88209. From _David A. Corneth_, Apr 26 2025: (Start) 9801 is not in the sequence even though (98 + 01)^2 = 9801 but 01 has a leading 0 which is disallowed. If a term m ends in y = 209 where y has three digits we have 10^3*x + y = (x + y)^2. Solving for x gives x = 88 or x = 494 corresponding to terms 88209 and 494209. (End)
Links
- David A. Corneth, Table of n, a(n) for n = 1..96 (terms <= 10^20)
Comments