OFFSET
1,2
COMMENTS
If some z satisfies the condition gcd(floor(z^n),n)=1, then all positive powers of z also satisfy the condition. There are an infinite number of reals satisfying this condition; the value given here is the smallest such solution.
FORMULA
Floor(x^n), x=1.757739951145463 approximately.
EXAMPLE
gcd(floor(x^10),10) = gcd(281,10) = 1; the floor of even powers of x is always odd.
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 29 2002
STATUS
approved