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

%I #32 Jan 28 2020 02:18:43

%S 0,1,2,3,4,5,6,426,428,452,880,906,932,1360,7687134,53809938,

%T 2571412221,2582875882,5016909933,5154289245,7736157463,7748731389,

%U 39728612701,109634280128,116779253264,198109784526,233617301990,480974817878,1011847148845,1432434922737

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

%C The terms I added (including those in the b-file) are all the remaining ones < 10^30. They have been computed by essentially using ideas from _Giovanni Resta_. - _Dimiter Skordev_, Jan 26 2020

%H Dimiter Skordev, <a href="/A062943/b062943.txt">Table of n, a(n) for n = 1..103</a>

%H Dimiter Skordev, <a href="/A062943/a062943_1.py.txt">Python script</a>

%e 426 in base 7 is 1146, which interpreted in base 9 is 852=2*426.

%t Join[{0},Select[Range[1400],Divisible[FromDigits[IntegerDigits[#,7],9],#]&]] (* _Harvey P. Dale_, Mar 29 2012 *)

%Y Cf. A032549.

%K base,nonn

%O 1,3

%A _Erich Friedman_, Jul 21 2001

%E More terms from _Naohiro Nomoto_, Aug 07 2001

%E a(16) and beyond from _Dimiter Skordev_, Jan 25 2020

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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)