login
A167725
Cubes that become a prime number when prefixed with a 1
2
1, 27, 2197, 35937, 59319, 1092727, 1295029, 1860867, 2685619, 4330747, 4826809, 5000211, 5929741, 6128487, 8869743, 9393931, 24137569, 26198073, 27818127, 29503629, 38958219, 50243409, 54439939, 60698457, 75686967, 91733851, 95443993, 99252847
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[500]^3, PrimeQ[FromDigits[Join[{1}, IntegerDigits[#]]]]&] (* Harvey P. Dale, Oct 30 2014 *)
PROG
(Magma) [n^3: n in [1..10^3 by 2] | IsPrime(t) where t is Seqint(Reverse([1] cat Reverse(Intseq(n^3))))]; // Bruno Berselli, May 24 2012
CROSSREFS
Sequence in context: A013779 A075081 A017307 * A366181 A272630 A060629
KEYWORD
nonn,base
AUTHOR
Claudio Meller, Nov 10 2009
STATUS
approved