[go: up one dir, main page]

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

A004492
Tersum n + 3.
2
3, 4, 5, 6, 7, 8, 0, 1, 2, 12, 13, 14, 15, 16, 17, 9, 10, 11, 21, 22, 23, 24, 25, 26, 18, 19, 20, 30, 31, 32, 33, 34, 35, 27, 28, 29, 39, 40, 41, 42, 43, 44, 36, 37, 38, 48, 49, 50, 51, 52, 53, 45, 46, 47, 57, 58, 59, 60
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.: (3 - 2*x + 3*x^3 - 2*x^4 - 6*x^6 + 7*x^7)/((-1+x)^2*(1+x^3+x^6)). - Jinyuan Wang, Mar 10 2020
CROSSREFS
Sequence in context: A121151 A088243 A154660 * A360663 A333914 A140255
KEYWORD
nonn,easy
STATUS
approved