OFFSET
0,2
COMMENTS
Shares with A064736, A207901, A302781, A302350, etc. a property that a(n) is always either a divisor or a multiple of a(n+1). However, because multiple bits may change simultaneously when moving from A006068(n) to A006068(n+1) [with the restriction that the changing bits are all either toggled on or all toggled off], it means that also here the terms might be divided or multiplied by more than just a single Fermi-Dirac prime (A050376). E.g. a(3) = 3, while a(4) = A050376(1) * A050376(3) * 3 = 2*4*3 = 24. See also comments in A284003.
LINKS
PROG
(PARI)
up_to_e = 13;
v050376 = vector(up_to_e);
A050376(n) = v050376[n];
A209229(n) = (n && !bitand(n, n-1));
i = 0; for(n=1, oo, if(A302777(n), i++; v050376[i] = n); if(i == up_to_e, break));
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Apr 16 2018
STATUS
approved