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!)
A146026 Numbers that can be written from base 2 to base 9 using only the digits 0 to 3. 6
0, 1, 2, 3, 8281, 8282, 8283 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Conjectured to be complete.
Checked up to 2^16384 (≈ 1.2*10^4932) on Oct 31 2008. - Daniel Mondot, Jan 17 2016
Checked up to 2^65520 (≈ 3*10^19723) on Nov 13 2008. - Daniel Mondot, Jan 17 2016
It is a plausible conjecture that there are no more terms, but this has not been proved. - N. J. A. Sloane, Nov 17 2017
LINKS
Stuart A. Burrell, Han Yu, Digit expansions of numbers in different bases, arXiv:1905.00832 [math.NT], 2019.
MATHEMATICA
Select[Range[0, 10^5], Function[n, Times @@ Boole@ Map[Max@ IntegerDigits[n, #] <= 3 &, Range[2, 9]] > 0]] (* Michael De Vlieger, Aug 15 2016 *)
CROSSREFS
Sequence in context: A068826 A085944 A137078 * A115640 A212494 A197635
KEYWORD
nonn,base
AUTHOR
Daniel Mondot, Oct 27 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 16 12:05 EDT 2024. Contains 371711 sequences. (Running on oeis4.)