The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A037419 Positive numbers having the same set of digits in base 3 and base 7. 1
1, 2, 51, 63, 99, 105, 345, 351, 357, 358, 359, 401, 406, 441, 442, 443, 449, 457, 687, 693, 694, 695, 702, 735, 736, 737, 749, 785, 791, 2403, 2410, 2415, 2416, 2417, 2452, 2457, 2458, 2459, 2464, 2465, 2499, 2500, 2501, 2506, 2507, 2508, 2513 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[2600], Union[IntegerDigits[#, 3]]==Union[IntegerDigits[#, 7]]&] (* Harvey P. Dale, Mar 11 2011 *)
PROG
(PARI) isok(n) = Set(digits(n, 3)) == Set(digits(n, 7)); \\ Michel Marcus, Jan 22 2017
CROSSREFS
Sequence in context: A203746 A230561 A057943 * A078165 A180110 A037058
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Corrected by Don Reble, Apr 28 2006
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 May 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)