OFFSET
1,1
COMMENTS
All the numbers in this sequence are composites. The sequence was discovered by M. N. Huxley and published in the paper by Baker and Harman.
Each term == 2 or 3 (mod 6). - Robert Israel, Sep 08 2017
LINKS
Robert Israel, Table of n, a(n) for n = 1..853
Roger C. Baker and Glyn Harman, Primes of the form [c^p], Mathematische Zeitschrift, Vol. 221, No. 1 (1996), pp. 73-81.
Eric Weisstein's World of Mathematics, Primefree Sequence.
MAPLE
MATHEMATICA
c = (2^(1/3) - 1)^(-2); Table[Floor[c^n], {n, 1, 10}]
PROG
(PARI) a(n) = floor(1/(2^(1/3)-1)^(2*n)); \\ Altug Alkan, Sep 08 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Sep 08 2017
STATUS
approved