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!)
A365583 Numbers k with property that k can be represented by the digits present in k using the operations specified in the comment, and requiring fewer digits than the number of digits in k. 0
1024, 1253, 1287, 1296, 1331, 2048, 2163, 2187, 2435, 2500, 2564, 2568, 2916, 3025, 3125, 3216, 3375, 3437, 3645, 3729, 4088, 4096, 4256, 4375, 4625, 5129, 5243, 6250, 6254, 7128, 7293, 7343, 7776, 8256, 9025, 9216, 9375, 9512, 10003, 10004 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The only operations allowed are addition, subtraction, multiplication, division, exponentiation, parenthesizing, and concatenation.
LINKS
Walter Robinson, Python Program
EXAMPLE
For k = 3125, k can be represented as 5^5, using only 2 digits, which is less than the length of k, 4.
For k = 3437, k can be represented as (7^3)||7, using only 3 digits which is less than the length of k, 4.
For k = 10003, k can be represented as ((1||0)^3)||3, using only 4 digits, which is less than the length of k, 5.
PROG
(Python) # See Robinson link.
CROSSREFS
Sequence in context: A023075 A084918 A235719 * A057370 A057421 A074211
KEYWORD
nonn,base
AUTHOR
Valentin Miakinen, Walter Robinson, Sep 20 2023
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 June 23 18:37 EDT 2024. Contains 373653 sequences. (Running on oeis4.)