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

A169999
Carryless product n X n in base 3.
8
0, 1, 1, 9, 16, 13, 9, 13, 16, 81, 100, 91, 144, 142, 157, 117, 112, 133, 81, 91, 100, 117, 133, 112, 144, 157, 142, 729, 784, 757, 900, 961, 931, 819, 877, 853, 1296, 1369, 1333, 1278, 1249, 1237, 1413, 1381, 1456, 1053, 1117, 1099, 1008, 997, 1030, 1197, 1183, 1141
OFFSET
0,4
PROG
(PARI)
A325820sq(b, c) = fromdigits(Vec(Pol(digits(b, 3))*Pol(digits(c, 3)))%3, 3);
A169999(n) = A325820sq(n, n); \\ Antti Karttunen, Jun 17 2019
CROSSREFS
Main diagonal of A325820.
For bases 2 through 10 see A000695, A169999, A170985-A170990 and A059729.
Sequence in context: A133816 A048752 A293376 * A110151 A131746 A092095
KEYWORD
nonn,base,look
AUTHOR
N. J. A. Sloane, Aug 29 2010
STATUS
approved