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 A136956 #13 Apr 12 2024 09:51:27 %S A136956 0,8,64,80,98,640,664,800,898,980,998,6400,6640,6664,8000,8980,8998, %T A136956 9800,9980,9998,64000,66400,66640,66664,80000,89800,89980,89998,98000, %U A136956 98998,99800,99980,99998,640000,664000,664064,666400,666640,666664,684908,800000,806008,896886,898000,899800,899980,899998,980000,989980,989998,990408,998000 %N A136956 Numbers k such that k and k^2 use only the digits 0, 4, 6, 8 and 9. %C A136956 Generated with DrScheme. %H A136956 Jonathan Wellons, <a href="/A136956/b136956.txt">Table of n, a(n) for n = 1..1208</a> %H A136956 J. Wellons, <a href="https://web.archive.org/web/20090206165028/http://jonathanwellons.com/shared-digits/">Tables of Shared Digits</a> [archived] %e A136956 984686089068008^2 = 969606694004048984086049088064. %t A136956 With[{c={0,4,6,8,9}},Select[FromDigits/@Tuples[c,6],SubsetQ[ c, IntegerDigits[ #^2]]&]] (* _Harvey P. Dale_, Feb 04 2015 *) %Y A136956 Essentially the same as A107626. - _R. J. Mathar_, Feb 28 2009 %K A136956 base,nonn %O A136956 1,2 %A A136956 Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008