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

A136874
Numbers k such that k and k^2 use only the digits 0, 1, 5, 8 and 9.
1
0, 1, 9, 10, 90, 99, 100, 109, 900, 901, 990, 999, 1000, 1009, 1090, 9000, 9001, 9010, 9900, 9990, 9999, 10000, 10009, 10090, 10099, 10900, 90000, 90001, 90010, 90100, 99000, 99001, 99900, 99990, 99999, 100000, 100009, 100090, 100099, 100900, 100901, 100990, 109000, 900000, 900001, 900010, 900100, 901000, 990000, 990001, 990010, 995901, 999000
OFFSET
1,3
COMMENTS
Generated with DrScheme.
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
9899585850509^2 = 98001800011598000895559081.
MATHEMATICA
With[{c={0, 1, 5, 8, 9}}, Select[FromDigits/@Tuples[c, 6], SubsetQ[c, IntegerDigits[ #^2]]&]] (* Harvey P. Dale, Apr 26 2022 *)
CROSSREFS
Sequence in context: A136867 A136879 A136880 * A136881 A333402 A360947
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved