OFFSET
1,1
COMMENTS
This sequence contains large runs of consecutive terms that are repeated later on.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
PROG
(PARI) s=0; v=1; for (n=1, 83, s+=2^v; for (w=1, oo, if (!bittest(s, w) && isprime(p=bitxor(v, w)), print1 (p ", "); v=w; break)))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Nov 21 2020
STATUS
approved