login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A004495
Tersum n + 6.
2
6, 7, 8, 0, 1, 2, 3, 4, 5, 15, 16, 17, 9, 10, 11, 12, 13, 14, 24, 25, 26, 18, 19, 20, 21, 22, 23, 33, 34, 35, 27, 28, 29, 30, 31, 32, 42, 43, 44, 36, 37, 38, 39, 40, 41, 51, 52, 53, 45, 46, 47, 48, 49, 50, 60, 61, 62, 54
OFFSET
0,1
FORMULA
Tersum m + n : write m and n in base 3 and add mod 3 with no carries, e.g. 5 + 8 = "21" + "22" = "10" = 1.
G.f.: (6 - 5*x - 3*x^3 + 4*x^4 - 3*x^6 + 4*x^7)/((-1+x)^2*(1+x^3+x^6)). - Jinyuan Wang, Mar 10 2020
CROSSREFS
Sequence in context: A205867 A347417 A046256 * A301863 A284362 A229177
KEYWORD
nonn
STATUS
approved