login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A037406 Every base 8 digit of n is a base 10 digit of n. 0
1, 2, 3, 4, 5, 6, 7, 45, 105, 127, 235, 274, 365, 436, 487, 614, 713, 731, 1017, 1024, 1025, 1026, 1032, 1042, 1124, 1162, 1206, 1233, 1234, 1235, 1243, 1273, 1426, 1462, 1603, 1630, 1653, 1723, 1737, 1739, 1743, 1753, 2048 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

b8dQ[n_]:=Module[{idn=Union[IntegerDigits[n]], idn8=Union[IntegerDigits[n, 8]]}, And@@Table[MemberQ[idn, idn8[[i]]], {i, Length[idn8]}]]

Select[Range[2100], b8dQ]  (* From Harvey P. Dale, Feb 27 2011 *)

CROSSREFS

Sequence in context: A004847 A024646 A084831 * A024647 A024648 A004858

Adjacent sequences:  A037403 A037404 A037405 * A037407 A037408 A037409

KEYWORD

nonn,base

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 10:24 EST 2012. Contains 205614 sequences.