login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Squares such that some permutation of digits is also a square (in decimal representation).
2

%I #3 Mar 30 2012 18:50:44

%S 100,144,169,196,256,400,441,625,900,961,1024,1089,1296,1369,1600,

%T 1764,1936,2025,2304,2401,2500,2809,2916,3600,4096,4761,4900,6400,

%U 7056,8100,9025,9216,9604,9801,10000,10201,10404,10609,10816,11025

%N Squares such that some permutation of digits is also a square (in decimal representation).

%C A062892(a(n)) > 1.

%e 1024 = 32^2 and also 2401=49^2, therefore 1024 (and 2401) is a term.

%Y Cf. A096599, A007937, A000290, A055387.

%K nonn,base

%O 1,1

%A _Reinhard Zumkeller_, Jun 29 2004