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”).

A058413
Numbers k such that k^2 contains only digits {0,1,4}, not ending with zero.
3
1, 2, 12, 21, 38, 102, 201, 1002, 1049, 2001, 10002, 10679, 20001, 20348, 100002, 100549, 200001, 202512, 375501, 643771, 1000002, 1020348, 2000001, 2002848, 10000002, 10200201, 20000001, 20024988, 20100102, 100000002, 100202001
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1, 10000], (ContainsOnly[#, {0, 1, 4}] && #[[-1]] != 0) &@ IntegerDigits[#^2] &] (* Julien Kluge, Jul 08 2016 *)
CROSSREFS
Cf. A058414.
Sequence in context: A073041 A284595 A053898 * A053890 A053896 A155890
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Nov 15 2000
STATUS
approved