OFFSET
1,2
COMMENTS
Numbers k such that the number of steps needed to reach a power of 2 when starting at n and iterating with the nondeterministic map k -> k + k/p, is equal to the number of steps needed to reach a power of 2 when starting from the same n and iterating with the map k -> k - k/p, where in both maps, p can be any odd prime factor of k (for example, the largest).
If x and y are included in this sequence, then x*y is also a term.
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..20000
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 29 2020
STATUS
approved