login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136894 Numbers k such that k and k^2 use only the digits 0, 2, 3, 6 and 9. 1

%I #8 Jul 05 2021 04:55:18

%S 0,3,6,30,60,63,300,306,600,603,630,3000,3006,3060,6000,6003,6030,

%T 6300,26323,30000,30006,30060,30600,60000,60003,60030,60300,63000,

%U 263230,263323,300000,300006,300060,300600,306000,600000,600003,600030,600300,603000,630000,2632300,2633230,3000000,3000006,3000060,3000600,3006000,3060000,6000000

%N Numbers k such that k and k^2 use only the digits 0, 2, 3, 6 and 9.

%C Generated with DrScheme.

%H Jonathan Wellons, <a href="/A136894/b136894.txt">Table of n, a(n) for n = 1..688</a>

%H J. Wellons, <a href="http://jonathanwellons.com/shared-digits/">Tables of Shared Digits</a>

%e 962309393939236^2 = 926039369663699699969660263696.

%t With[{c={0,2,3,6,9}},Select[FromDigits/@Tuples[c,7],SubsetQ[c, IntegerDigits[ #^2]]&]] (* _Harvey P. Dale_, Nov 22 2019 *)

%K base,nonn

%O 1,2

%A Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 7 21:37 EST 2023. Contains 367662 sequences. (Running on oeis4.)