OFFSET
1,2
COMMENTS
No terms > 3161 with less than 16 digits.
No terms > 3161 with less than 101 digits. - Michael S. Branicky, Dec 11 2024
EXAMPLE
3161 is a term because 3161^2 = 9991921 has only three digits that are less than 9.
MATHEMATICA
Select[Range[10^6], Count[IntegerDigits[#^2], _?(#1 < 9 &)] < 4 &]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Zhining Yang, Dec 11 2024
STATUS
approved