OFFSET
0,2
COMMENTS
Differs from A024629 by that here a factor 1/b is pulled out of the sum (with base a/b).
LINKS
Shalom Eliahou and Jean-Louis Verger-Gaugry, The number system in rational base 3/2 and the 3x+1 problem, arXiv:2504.13716 [math.NT], 2024. See Table 1 p. 3.
Johannes F. Morgenbesser, Wolfgang Steiner, and Jörg Thuswaldner, Patterns in rational base number systems, arXiv:1203.4919 [math.NT], 2012. See p. 2.
MATHEMATICA
a[n_] := a[n] = If[n == 0, 0, Module[{q, r}, {q, r} = QuotientRemainder[2*n, 3]; 10*a[q] + r]]; Array[a, 30, 0] (* Amiram Eldar, Apr 24 2025 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Michel Marcus, Apr 24 2025
EXTENSIONS
More terms from Amiram Eldar, Apr 24 2025
STATUS
approved
