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!)
A137028 Numbers k such that k and k^2 use only the digits 1, 3, 4, 7 and 8. 3
1, 38, 88, 1188, 4141, 8878, 11478, 18471, 33878, 183878, 844878, 887771, 1347141, 3381378, 33883878, 43344878, 88811471, 177317438, 178374141, 333374141, 338841141, 344743878, 844877141, 887377438, 3334348188, 3441183188, 8817473471, 11483831378, 13347183878, 13371137378, 13484747378, 17713783188, 17744811471 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Generated with DrScheme.
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
344787487347378^2 = 118878411431318344438843474884.
MATHEMATICA
Module[{c={1, 3, 4, 7, 8}}, Table[Select[FromDigits/@Tuples[c, n], SubsetQ[c, IntegerDigits[#^2]]&], {n, 11}]]//Flatten (* Harvey P. Dale, Feb 22 2024 *)
CROSSREFS
Sequence in context: A044176 A044557 A014716 * A235087 A235080 A218331
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 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)