This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A053922 #32 Mar 11 2024 05:53:00 %S A053922 2,8,68,162,668,5162,6668,25738,66668,79162,163238,666668,6666668, %T A053922 8041408,24993332,66666668,666666668,6666666668,8016649092, %U A053922 66666666668,666666666668,6666666666668,66666666666668 %N A053922 Numbers k such that k^2 contains only digits {2,4,6}. %C A053922 Conjecture: every number composed of the numeral six repeated n times and ending in the numeral 8 is a term of this sequence. - _Harvey P. Dale_, Jun 16 2022 %C A053922 From _Zhao Hui Du_, Mar 11 2024: (Start) %C A053922 Six repeated n times and ending with 8 can be written as (6/9)*(10^n-1)+2. The square of it can be written as (4/9)*(10^(2*n)-1)+(16/9)*(10^n-1)+4. Or %C A053922 444444...44444...444 %C A053922 + 1777...776 %C A053922 + 4 %C A053922 ---------------------- %C A053922 444444...46222...224. (End) %H A053922 Zhao Hui Du, <a href="/A053922/b053922.txt">Table of n, a(n) for n = 1..47</a> %H A053922 Author?, <a href="http://web.archive.org/web/20080708203024/http://blue.kakiko.com/mmrmmr/htm/eqtn06.html">Source</a>(<a href="http://web.archive.org/web/20060426155831/http://blue.kakiko.com/mmrmmr/txt/eqtn06.txt">txt</a>) %t A053922 Select[Range[700000],SubsetQ[{2,4,6},IntegerDigits[#^2]]&] (* The program generates the first 12 terms of the sequence. To generate more, increase the Range constant but the program may take a long time to run. *) (* _Harvey P. Dale_, Jun 16 2022 *) %Y A053922 Cf. A053923. %K A053922 nonn,base %O A053922 1,1 %A A053922 _Patrick De Geest_, Mar 15 2000 %E A053922 More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 04 2005 %E A053922 Two more terms from _Jon E. Schoenfield_, Sep 04 2006