|
| |
|
|
A104282
|
|
Primes which are the concatenation of four consecutive cubes.
|
|
0
|
| |
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Table of n, a(n) for n=1..5.
|
|
|
EXAMPLE
|
The first term is 2744337540964913 which is a prime and is the concatenation of 2744,3375,4096 and 4913 which are four consecutive cubes.
|
|
|
MATHEMATICA
|
Select[FromDigits[Flatten[IntegerDigits[#]]]&/@Partition[Range[1000]^3, 4, 1], PrimeQ] (* From Harvey P. Dale, Dec 15 2010 *)
|
|
|
CROSSREFS
|
Sequence in context: A172550 A216908 A080126 * A172576 A037249 A008913
Adjacent sequences: A104279 A104280 A104281 * A104283 A104284 A104285
|
|
|
KEYWORD
|
base,nonn
|
|
|
AUTHOR
|
Shyam Sunder Gupta (guptass(AT)rediffmail.com), Apr 17 2005
|
|
|
STATUS
|
approved
|
| |
|
|