login
A355906
a(0) = 0; for n >= 1, a(n) = -(3/2)*(a(n-1)+A355905(n-1)).
2
0, 0, -3, 3, -6, 9, -15, 21, -33, 48, -75, 111, -168, 252, -381, 570, -858, 1287, -1932, 2898, -4350, 6525, -9789, 14682, -22026, 33039, -49560, 74340, -111513, 167268, -250905, 376356, -564537, 846804, -1270209, 1905312, -2857971, 4286955, -6430434, 9645651
OFFSET
0,3
COMMENTS
When n is odd, a(n) is the largest multiple of 3 whose NST representation has n digits. When n is even, a(n) is the smallest multiple of 3 with that property.
LINKS
Don Knuth, Ambidextrous Numbers, Preprint, September 2022. See b_n, (7.3).
CROSSREFS
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Sep 18 2022
EXTENSIONS
More terms from Jinyuan Wang, Sep 29 2022
STATUS
approved