A101311 Decimal numbers n such that after possibly prefixing a leading 0 to n, the resulting number n' can be broken into 2 strings of the same length, n' = xy, such that x^2+y^2 = n.
1, 1233, 8833, 10100, 990100, 5882353, 94122353, 1765038125, 2584043776, 7416043776, 8235038125, 116788321168, 123288328768, 876712328768, 883212321168, 7681802663025, 8896802846976, 13793103448276
Offset: 1
Examples
1233 is in the sequence because 12^2+33^2 = 1233. 5882353 is in the sequence because 588^2+2353^2 = 5882353.
Links
- Colin Barker, An extended list of terms
Crossrefs
See A064942 for another version.
Comments