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”).

A004497
Tersum n + 8.
2
8, 6, 7, 2, 0, 1, 5, 3, 4, 17, 15, 16, 11, 9, 10, 14, 12, 13, 26, 24, 25, 20, 18, 19, 23, 21, 22, 35, 33, 34, 29, 27, 28, 32, 30, 31, 44, 42, 43, 38, 36, 37, 41, 39, 40, 53, 51, 52, 47, 45, 46, 50, 48, 49, 62, 60, 61, 56
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.
MATHEMATICA
LinearRecurrence[{1, 0, 0, 0, 0, 0, 0, 0, 1, -1}, {8, 6, 7, 2, 0, 1, 5, 3, 4, 17}, 80] (* Jinyuan Wang, Mar 10 2020 *)
CROSSREFS
Sequence in context: A199873 A300503 A153791 * A091899 A292829 A182369
KEYWORD
nonn,easy
STATUS
approved