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

A136932
Numbers k such that k and k^2 use only the digits 0, 3, 4, 6 and 9.
1
0, 3, 6, 30, 60, 63, 64, 300, 306, 600, 603, 630, 636, 640, 3000, 3006, 3060, 6000, 6003, 6030, 6300, 6360, 6400, 6636, 30000, 30006, 30060, 30600, 60000, 60003, 60030, 60300, 63000, 63600, 64000, 66360, 300000, 300006, 300060, 300600, 306000, 600000, 600003, 600030, 600300, 603000, 630000, 636000, 640000, 663600, 949003, 3000000, 3000006
OFFSET
1,2
COMMENTS
Generated with DrScheme.
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
969360639630393^2 = 939660049664644643999649334449.
MATHEMATICA
Module[{nn=7, c={0, 3, 4, 6, 9}}, Select[FromDigits/@Tuples[c, nn], SubsetQ[c, IntegerDigits[#^2]]&]] (* Harvey P. Dale, Dec 28 2024 *)
CROSSREFS
Sequence in context: A200925 A140814 A343433 * A136945 A260906 A136894
KEYWORD
base,nonn,changed
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved