STATUS
proposed
approved
proposed
approved
editing
proposed
editing
proposed
a(n) is a multiple of 3.
Indranil Ghosh, <a href="/A055949/b055949.txt">Table of n, a(n) for n = 0..20000</a>
a(n) = n - A030103(n).
For n = 6, the reversal of base 4 digits of n (written in base 10) is 9. So, a(6) = 6 - 9 = -3. - Indranil Ghosh, Feb 01 2017
approved
editing
Table[n-FromDigits[Reverse[IntegerDigits[n, 4]], 4], {n, 0, 90}] (* From _Harvey P. Dale, _, Aug 22 2011 *)
_Henry Bottomley (se16(AT)btinternet.com), _, Jul 18 2000
editing
approved
Table[n-FromDigits[Reverse[IntegerDigits[n, 4]], 4], {n, 0, 90}] (* From Harvey P. Dale, Aug 22 2011 *)
approved
editing
Cf. A056965.
base,sign,new
Henry Bottomley (se16@(AT)btinternet.com), Jul 18 2000