login
A051833
Primes of form (2*10^(5n) - 10^(4n) + 2*10^(3n) + 10^(2n) + 10^n + 1)/3.
11
2, 64037, 66666663333334000000033333336666667
OFFSET
1,1
COMMENTS
The Baxter-Hickerson function provides a number whose cube lacks zeros.
Next term has 665 digits and is in b-file.
LINKS
Ed Pegg, Jr., Fun with numbers.
Eric Weisstein's World of Mathematics, Baxter-Hickerson Function.
FORMULA
a(n) = A052427(A051832(n)). - Amiram Eldar, Jul 18 2025
MATHEMATICA
Select[Table[(2*10^(5*n) - 10^(4*n) + 2*10^(3*n) + 10^(2*n) + 10^n + 1)/3, {n, 0, 150}], PrimeQ] (* Amiram Eldar, Jul 18 2025 *)
CROSSREFS
KEYWORD
hard,nonn
AUTHOR
G. L. Honaker, Jr., Dec 11 1999
STATUS
approved