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

A137044
Numbers k such that k and k^2 use only the digits 1, 3, 8 and 9.
0
1, 3, 9, 1998333891
OFFSET
1,2
COMMENTS
Generated with DrScheme.
LINKS
EXAMPLE
1998333891^2 = 3993338339919199881.
MATHEMATICA
With[{c={1, 3, 8, 9}}, Select[Flatten[Table[FromDigits/@Tuples[c, n], {n, 10}]], SubsetQ[c, IntegerDigits[#^2]]&]] (* Harvey P. Dale, Dec 04 2018 *)
CROSSREFS
Sequence in context: A116620 A057269 A113116 * A188545 A336747 A212361
KEYWORD
base,nonn,more
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved