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
5, 25, 22925, 22955665 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Generated with DrScheme.
No additional terms up to 10^11. - Harvey P. Dale, Mar 12 2018
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
22955665^2 = 526962555592225.
MATHEMATICA
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 *)
CROSSREFS
Sequence in context: A033981 A099077 A137113 * A060063 A106295 A057688
KEYWORD
base,nonn,changed
AUTHOR
Jonathan Wellons (wellons(AT)gmail.com), Jan 22 2008
STATUS
approved

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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)