%I #24 Oct 18 2024 14:36:43
%S 1,81,121,8281,11881,128881,11282881,228281881,1112822881,
%T 111128222881,11111282222881,222128888112121,228828882122281,
%U 812121128112121,1111112822222881,8181222218111881,111111128222222881,11111111282222222881,1111111112822222222881,2118128181211211281281
%N Squares composed of digits {1,2,8}.
%C Includes all numbers of the form ((10^k-1)/3 + 26)^2 for k >= 3. - _Andrew Howroyd_, Sep 28 2024
%H Zhao Hui Du, <a href="/A053887/b053887.txt">Table of n, a(n) for n = 1..44</a>
%H Patrick De Geest, <a href="http://www.worldofnumbers.com/threedigits.htm">Squares containing at most three distinct digits, Index entries for related sequences</a>.
%F a(n) = A053886(n)^2. - _Andrew Howroyd_, Oct 18 2024
%t Table[Select[FromDigits/@Tuples[{1,2,8},n],IntegerQ[Sqrt[#]]&],{n,18}]//Flatten (* _Harvey P. Dale_, Jun 03 2022 *)
%Y Cf. A053886.
%K nonn,base
%O 1,2
%A _Patrick De Geest_, Mar 15 2000