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!)
A029787 Numbers k such that k^2 and k^3 do not have any common digits. 3
2, 3, 8, 9, 14, 24, 28, 34, 58, 63, 67, 69, 163, 173, 437, 482, 527, 543, 612, 819, 1514, 1633, 2244, 2303, 3379, 6603, 28114, 31563 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(29), if it exists, exceeds 2*10^9. - Sean A. Irvine, Mar 04 2020
a(29), if it exists, exceeds 10^14. - Michael S. Branicky, Dec 19 2022
LINKS
PROG
(PARI) isok(k) = #setintersect(Set(digits(k^2)), Set(digits(k^3))) == 0; \\ Michel Marcus, Dec 21 2022
CROSSREFS
Sequence in context: A277094 A099148 A309423 * A246396 A054462 A101471
KEYWORD
nonn,base,more
AUTHOR
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 August 31 07:33 EDT 2024. Contains 375552 sequences. (Running on oeis4.)