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!)
A137101 Numbers k such that k and k^2 use only the digits 2, 4, 6, 7 and 8. 1
2, 8, 22, 26, 28, 68, 82, 88, 262, 278, 472, 474, 478, 668, 826, 2622, 2762, 2878, 4762, 6668, 8762, 8768, 8822, 8874, 26878, 27826, 28678, 66668, 66878, 68474, 82878, 86478, 87662, 88474, 666668, 666878, 684674, 687668, 822662, 2624478, 2724472, 2768474, 2867878, 2878626, 6666668, 6666878, 6684674, 6842826, 6886674, 8226474, 8274472 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Generated with DrScheme.
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
876862462862762^2 = 768887778777748667624446268644.
MATHEMATICA
With[{c={2, 4, 6, 7, 8}}, Flatten[Table[Select[FromDigits/@Tuples[c, n], SubsetQ[ c, IntegerDigits[#^2]]&], {n, 7}]]] (* Harvey P. Dale, Dec 20 2014 *)
CROSSREFS
Sequence in context: A085077 A272827 A153827 * A284922 A212970 A212683
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)