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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136825 Numbers k such that k and k^2 use only the digits 0, 1, 2, 5 and 8. 2

%I #10 Apr 12 2024 09:51:26

%S 0,1,5,10,11,15,50,100,101,105,110,150,151,285,500,501,505,1000,1001,

%T 1005,1010,1011,1050,1100,1101,1105,1500,1510,1585,2255,2285,2850,

%U 2851,2855,5000,5001,5005,5010,5011,5015,5050,10000,10001,10005,10010,10011,10050,10100,10105,10110,10500,11000,11001,11005,11010,11050,11205,12255,15000,15005

%N Numbers k such that k and k^2 use only the digits 0, 1, 2, 5 and 8.

%C Generated with DrScheme.

%H Jonathan Wellons, <a href="/A136825/b136825.txt">Table of n, a(n) for n = 1..1064</a>

%H J. Wellons, <a href="https://web.archive.org/web/20090206165028/http://jonathanwellons.com/shared-digits/">Tables of Shared Digits</a> [archived]

%e 508018515^2 = 258082811582805225.

%t With[{c={0,1,2,5,8}},Select[FromDigits/@Tuples[c,5],SubsetQ[ c,IntegerDigits[ #^2]]&]] (* _Harvey P. Dale_, Oct 02 2021 *)

%K base,nonn

%O 1,3

%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 May 7 00:25 EDT 2024. Contains 372298 sequences. (Running on oeis4.)