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!)
A137007 Numbers k such that k and k^2 use only the digits 1, 2, 5 and 7. 1
1, 5, 11, 15, 715 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Generated with DrScheme.
No additional terms up to and including 7,777,777,777. - Harvey P. Dale, Sep 04 2018
No additional terms up to 10^26. - L. Joris Perrenet, Jul 02 2020
No additional terms up to 10^39. - Michael S. Branicky, Apr 12 2024
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
715^2 = 511225.
MATHEMATICA
Module[{nn=10, c={1, 2, 5, 7}}, Select[Flatten[Table[FromDigits/@Tuples[c, n], {n, nn}]], SubsetQ[c, IntegerDigits[#^2]]&]] (* Harvey P. Dale, Sep 04 2018 *)
CROSSREFS
Sequence in context: A221743 A137008 A137010 * A137012 A259067 A314080
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)