Search: id:A054034 Results 1-1 of 1 results found. %I A054034 %S A054034 322,323,324,328,352,353,364,367,374,375,397,403,405,413,416,425,442, %T A054034 445,456,458,463,487,504,507,508,509,529,542,557,564,567,571,572,574, %U A054034 584,589,591,593,597,598,616,618,621,625,626,629,634,637,639,645,647 %N A054034 Numbers n such that n^2 contains exactly 6 different digits. %p A054034 f := []; for i from 0 to 200 do if nops({op(convert(i^2,base,10))})=6 then f := [op(f),i] fi; od; f; %Y A054034 Cf. A016069, A054031, A054032, A054033, A054035, A054036, A054037, A054038, A054039. %Y A054034 Sequence in context: A090101 A105952 A062205 this_sequence A004947 A004967 A114358 %Y A054034 Adjacent sequences: A054031 A054032 A054033 this_sequence A054035 A054036 A054037 %K A054034 nonn,base %O A054034 1,1 %A A054034 Asher Auel (asher.auel(AT)reed.edu) Feb 29 2000 Search completed in 0.001 seconds