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!)
A136986 Numbers k such that k and k^2 use only the digits 1, 2 and 4. 1
1, 2, 11, 12, 21 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sequence terminates.
Generated with DrScheme.
LINKS
Jonathan Wellons, Tables of Shared Digits [archived]
EXAMPLE
21^2 = 441.
MATHEMATICA
Table[Select[(FromDigits/@Tuples[{1, 2, 4}, d]), SubsetQ[{1, 2, 4}, IntegerDigits[ #^2]]&], {d, 2}]//Flatten (* Harvey P. Dale, Jan 10 2022 *)
CROSSREFS
Cf. A137002.
Sequence in context: A110126 A125020 A065020 * A096109 A136997 A085184
KEYWORD
base,fini,full,nonn
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 May 5 00:21 EDT 2024. Contains 372257 sequences. (Running on oeis4.)