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!)
A037371 Numbers whose base-8 and base-10 expansions have no digits in common. 1
8, 9, 16, 18, 19, 24, 25, 27, 28, 29, 32, 33, 36, 37, 38, 39, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 72, 73, 74, 75, 76, 77, 78, 88, 89, 90, 92, 94, 95, 96, 97, 98, 99, 133, 134, 135, 144, 146, 147, 149, 150, 151, 154, 155 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
q:= n-> (f-> is({}=f(8) intersect f(10)))({k-> convert(n, base, k)[]}):
select(q, [$1..200])[]; # Alois P. Heinz, Jun 20 2021
MATHEMATICA
Select[Range[200], Intersection[IntegerDigits[#, 8], IntegerDigits[#, 10]]=={}&] (* Vincenzo Librandi, Jun 09 2012 *)
CROSSREFS
Sequence in context: A047393 A241263 A307417 * A236300 A046790 A057111
KEYWORD
nonn,base
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 April 24 13:41 EDT 2024. Contains 371957 sequences. (Running on oeis4.)