[go: up one dir, main page]

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

A136959
Numbers k such that k and k^2 use only the digits 0, 4, 7, 8 and 9.
1
0, 7, 70, 88, 97, 700, 707, 878, 880, 948, 970, 997, 7000, 7007, 7070, 8780, 8798, 8800, 8947, 9480, 9700, 9898, 9970, 9997, 70000, 70007, 70070, 70700, 70707, 87798, 87800, 87980, 88000, 89448, 89470, 94800, 97000, 98980, 99448, 99700, 99970, 99997, 700000, 700007, 700070, 700700, 707000, 707070, 877898, 877980, 877998, 878000, 879800
OFFSET
1,2
COMMENTS
Generated with DrScheme.
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
8989409879898^2 = 80809489988807774784490404.
MATHEMATICA
With[{c={0, 4, 7, 8, 9}}, Select[FromDigits/@Tuples[c, 6], SubsetQ[ c, IntegerDigits[ #^2]]&]] (* Harvey P. Dale, Jun 02 2019 *)
CROSSREFS
Sequence in context: A062901 A204094 A061476 * A136952 A136960 A003363
KEYWORD
base,nonn
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved