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!)
A037425 Positive numbers having the same set of digits in base 4 and base 7. 1
1, 2, 3, 9, 52, 106, 352, 394, 415, 444, 462, 492, 497, 504, 505, 506, 507, 707, 708, 745, 756, 757, 758, 759, 834, 840, 1036, 1037, 1038, 1039, 1079, 1080, 1085, 1134, 2418, 2424, 2452, 2464, 2465, 2466, 2467, 2502, 2509, 2516, 2520, 2761, 2845 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range@ 2900, Union@ IntegerDigits[#, 4] == Union@ IntegerDigits[#, 7] &] (* Michael De Vlieger, Feb 07 2017 *)
PROG
(PARI) is(n)=Set(digits(n, 4))==Set(digits(n, 7)) \\ Charles R Greathouse IV, Feb 11 2017
CROSSREFS
Sequence in context: A307069 A255739 A037389 * A226967 A181273 A270394
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Corrected by Don Reble, Apr 28 2006
Name edited by John Cerkan, Feb 06 2017
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 August 6 17:18 EDT 2024. Contains 374980 sequences. (Running on oeis4.)