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 A077676 #13 Feb 04 2015 12:13:30 %S A077676 25,36,225,256,576,625,676,5625,5776,7225,27225,27556,37636,55225, %T A077676 65536,75625,225625,226576,235225,265225,266256,275625,276676,367236, %U A077676 525625,553536,732736,765625,767376,2322576,2325625,2356225,2637376,2673225 %N A077676 Squares using only squarefree digits (2, 3, 5, 6, 7). %C A077676 a(n) is == 5 or 6 (mod 10). %H A077676 Harvey P. Dale, <a href="/A077676/b077676.txt">Table of n, a(n) for n = 1..600</a> %t A077676 sfdsQ[n_]:=Module[{idn=DigitCount[n]},idn[[1]]==idn[[4]]==idn[[8]] == idn[[9]]==idn[[10]]==0]; Select[Range[2000]^2,sfdsQ] (* _Harvey P. Dale_, Oct 09 2011 *) %t A077676 Table[Select[FromDigits/@Tuples[{2,3,5,6,7},n],IntegerQ[Sqrt[#]]&],{n,2,7}]//Flatten (* _Harvey P. Dale_, Feb 04 2015 *) %Y A077676 Cf. A077674, A077675, A006716. Different from A077437. %K A077676 base,nonn %O A077676 1,1 %A A077676 _Amarnath Murthy_, Nov 16 2002 %E A077676 Corrected and extended by _Sascha Kurz_, Jan 28 2003