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!)
A136852 Numbers k such that k and k^2 use only the digits 0, 1, 3, 8 and 9. 1
0, 1, 3, 9, 10, 30, 33, 90, 99, 100, 109, 300, 303, 330, 333, 900, 901, 990, 999, 1000, 1009, 1090, 3000, 3003, 3030, 3033, 3300, 3303, 3330, 3333, 8991, 9000, 9001, 9010, 9391, 9900, 9990, 9999, 10000, 10009, 10090, 10099, 10900, 10901, 11803, 30000, 30003, 30030, 30033, 30300, 30330, 31833, 33000, 33003, 33030, 33300, 33303, 33330, 33333, 89891 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Generated with DrScheme.
LINKS
J. Wellons, Tables of Shared Digits [archived]
EXAMPLE
30303989891^2 = 918331803313830191881.
MATHEMATICA
With[{d={0, 1, 3, 8, 9}}, Select[FromDigits/@Tuples[d, 5], SubsetQ[d, IntegerDigits[ #^2]]&]] (* Harvey P. Dale, Mar 27 2015 *)
CROSSREFS
Sequence in context: A305091 A282635 A308084 * A031115 A004669 A173242
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.)