login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


n - reversal of base 6 digits of n (written in base 10).
1

%I #11 Aug 08 2024 02:47:52

%S 0,0,0,0,0,0,5,0,-5,-10,-15,-20,10,5,0,-5,-10,-15,15,10,5,0,-5,-10,20,

%T 15,10,5,0,-5,25,20,15,10,5,0,35,0,-35,-70,-105,-140,35,0,-35,-70,

%U -105,-140,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,70,35,0,-35,-70

%N n - reversal of base 6 digits of n (written in base 10).

%C a(n) is a multiple of 5.

%H Paolo Xausa, <a href="/A055953/b055953.txt">Table of n, a(n) for n = 0..10000</a>

%F a(n) = n - A030105(n).

%t Table[n - IntegerReverse[n, 6], {n, 0, 100}] (* _Paolo Xausa_, Aug 08 2024 *)

%Y Cf. A030105, A056965.

%K base,sign

%O 0,7

%A _Henry Bottomley_, Jul 18 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 19 21:59 EDT 2024. Contains 376015 sequences. (Running on oeis4.)