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!)
A137115 Numbers k such that k and k^2 use only the digits 2, 5, 6 and 9. 0

%I #8 Apr 12 2024 09:51:27

%S 5,25,22925,22955665

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

%C Generated with DrScheme.

%C No additional terms up to 10^11. - _Harvey P. Dale_, Mar 12 2018

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

%e 22955665^2 = 526962555592225.

%t With[{c={2,5,6,9}},Select[Flatten[Table[FromDigits/@Tuples[c,n],{n,9}]],SubsetQ[c,IntegerDigits[#^2]]&]] (* _Harvey P. Dale_, Mar 12 2018 *)

%K base,nonn,changed

%O 1,1

%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 April 24 16:25 EDT 2024. Contains 371961 sequences. (Running on oeis4.)