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!)
A062891 When expressed in base 3 and then interpreted in base 9, is a multiple of the original number. 13

%I #23 Jun 15 2021 09:54:39

%S 0,1,2,3,6,9,13,18,26,27,34,39,47,54,78,81,91,102,117,121,141,162,182,

%T 234,242,243,262,273,306,351,363,423,486,546,702,726,729,757,786,819,

%U 918,1048,1053,1089,1093,1183,1269,1458,1514,1638,2106,2178,2186,2187

%N When expressed in base 3 and then interpreted in base 9, is a multiple of the original number.

%H Harvey P. Dale, <a href="/A062891/b062891.txt">Table of n, a(n) for n = 1..751</a> [offset shifted by _Georg Fischer_, Jun 15 2021]

%e 13 in base 3 is 111, which interpreted in base 9 is 91 = 7*13.

%p q:= n-> (l-> n=0 or 0=irem(add(l[i]*9^(i-1),

%p i=1..nops(l)), n))(convert(n, base, 3)):

%p select(q, [$0..3000])[]; # _Alois P. Heinz_, Apr 20 2021

%t Join[{0},Select[Range[2200],Divisible[FromDigits[IntegerDigits[#,3],9],#]&]] (* _Harvey P. Dale_, Apr 11 2017 *)

%Y Cf. A007089 (base 3), A007095 (base 9), A037314 (base 3 -> 9).

%Y Other digit spreads: A062846 (binary), A343550 (decimal).

%K base,nonn

%O 1,3

%A _Erich Friedman_, Jul 21 2001

%E Offset changed to 1 by _Kevin Ryde_, Apr 24 2021

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 September 9 03:44 EDT 2024. Contains 375759 sequences. (Running on oeis4.)