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!)
A122477 Numbers n such that n and n^2 together contain all ten digits. 1
1807, 2396, 3257, 3698, 3908, 3968, 4073, 4554, 5307, 5670, 5699, 5717, 5799, 5904, 5968, 6158, 6172, 6509, 7618, 7682, 7708, 7852, 7951, 8107, 8384, 8540, 8679, 9024 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
1807^2 = 326549.
MATHEMATICA
Select[Range[10000], Length[Union[IntegerDigits[ # ], IntegerDigits[ #^2]]] == 10 &]
Select[Range[10000], Union[Flatten[IntegerDigits/@{#, #^2}]]==Range[0, 9]&] (* Harvey P. Dale, Oct 29 2023 *)
CROSSREFS
Sequence in context: A250385 A345765 A035868 * A134155 A252808 A238141
KEYWORD
base,nonn
AUTHOR
Tanya Khovanova, Sep 14 2006
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 July 16 23:11 EDT 2024. Contains 374360 sequences. (Running on oeis4.)