OFFSET
1,3
COMMENTS
The Baxter-Hickerson function provides a number whose cube lacks zeros.
The next term is > 4400. - Jason Earls, Sep 10 2005
The next term is > 20000 (found using pfgw64). - Patrick De Geest, Jul 22 2012
LINKS
Ed Pegg, Jr., Fun with numbers.
Eric Weisstein's World of Mathematics, Baxter-Hickerson Function.
MAPLE
f := n->(2*10^(5*n) - 10^(4*n) + 2*10^(3*n) + 10^(2*n) + 10^n + 1)/3;
PROG
(PARI) is(n)=isprime((2*10^(5*n)-10^(4*n)+2*10^(3*n)+10^(2*n)+10^n+1)/3) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
KEYWORD
hard,nonn
AUTHOR
G. L. Honaker, Jr., Dec 11 1999
STATUS
approved