OFFSET
1,3
COMMENTS
Also numbers in A335172, or numbers that are nim (3*2^m)-th powers for each m.
There are (2^2^k - 1)/3 + 1 terms <= 2^2^k - 1 for each k >= 1. This is because {0,1,...,2^2^k-1} together with the nim operations makes a field isomorphic to GF(2^2^k).
LINKS
Jianing Song, Table of n, a(n) for n = 1..21846 (all terms <= 2^2^4 - 1 = 65535)
EXAMPLE
8 is a term because (6 N* 6) N* 6 = 5 N* 6 = 8, where N* denotes the nim multiplication.
PROG
(PARI) lim(N) = Set(vector(2^2^N, i, A335170(i-1))) \\ A335170 is the function a from Rémy Sigrist in A335170; lim(N) gives all terms <= 2^2^N - 1
CROSSREFS
KEYWORD
nonn
AUTHOR
Jianing Song, Aug 10 2022
STATUS
approved