|
Search: id:A071620
|
|
|
| A071620 |
|
Concatenation of first n entries (digits) of A007376 is prime. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
From a question from Lekraj Beedassy (blekraj(AT)yahoo.com), Jun 20 2002 in A072125.
If instead, we look for n's such that concatenation of first n positive integers of A033307 is prime, there are no n's <=1500.
|
|
MATHEMATICA
|
f[0] = 0; f[n_Integer] := 10^(Floor[Log[10, n]] + 1)*f[n - 1] + n; Do[ If[ PrimeQ[ FromDigits[ Take[ IntegerDigits[ f[n]], n]]], Print[n]], {n, 1, 3000}]
|
|
CROSSREFS
|
Cf. A007376 & A033307.
Sequence in context: A084278 A069207 A136197 this_sequence A053690 A031028 A115603
Adjacent sequences: A071617 A071618 A071619 this_sequence A071621 A071622 A071623
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 21 2002
|
|
|
Search completed in 0.002 seconds
|