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

A136887
Numbers k such that k and k^2 use only the digits 0, 2, 3 and 5.
1
0, 5, 50, 55, 235, 500, 505, 550, 2350, 5000, 5005, 5050, 5055, 5500, 5505, 23500, 50000, 50005, 50050, 50055, 50235, 50500, 50550, 55000, 55005, 55050, 235000, 235235, 500000, 500005, 500050, 500055, 500235, 500500, 500505, 500550, 502350, 505000, 505005, 505500, 505505, 550000, 550005, 550050, 550500, 2350000, 2350005, 2352350, 5000000
OFFSET
1,2
COMMENTS
Generated with DrScheme.
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
5005020505005^2 = 25050230255520505230050025.
MATHEMATICA
With[{c={0, 2, 3, 5}}, Select[FromDigits/@Tuples[c, 7], SubsetQ[c, IntegerDigits[ #^2]]&]] (* Harvey P. Dale, Dec 18 2018 *)
CROSSREFS
Sequence in context: A218290 A136890 A136889 * A169964 A061474 A136916
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved