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!)
A131646 Numbers that can be written from base 2 to base 18 using only the digits 0 to 9 (conjectured to be complete). 5
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 1027, 1028, 1029, 14745, 9020076688681, 9439828025162228377, 9439829801208141318 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Originally checked to 2^20356 (or 5.8*10^6127) in Nov 2008.
It appears that 19 and 20 are the only numbers > 9 that can be written up to base 19 only using digits 0 to 9 and 20 is the only number > 9 that can be written up to base 20 only using digits 0 to 9.
It is a plausible conjecture that there are no more terms, but this has not been proved. - N. J. A. Sloane, Nov 17 2017
REFERENCES
B. R. Barwell, Numbers Without Letters, Journal of Recreational Mathematics, Vol. 25:3 (1993), 174-179.
LINKS
Daniel Mondot, Related Puzzle.
MATHEMATICA
f[n_] := Total[Total@ Drop[RotateRight[DigitCount[n, #]], 10] & /@ Range[11, 18]]; Select[Range[0, 20000], f@ # == 0 &] (* Michael De Vlieger, Aug 29 2015 *)
PROG
(PARI) isok(n) = if (n, for (b=11, 18, if (vecmax(digits(n, b))>9, return(0)))); 1; \\ Michel Marcus, Aug 30 2015
CROSSREFS
Sequence in context: A048408 A199343 A118765 * A032864 A032888 A023791
KEYWORD
nonn,base
AUTHOR
Daniel Mondot, Sep 08 2007, Nov 02 2008
EXTENSIONS
Edited by Charles R Greathouse IV, Nov 01 2009
Reference added by William Rex Marshall, Oct 23 2011
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)