login
A286706
Primes in A077309.
1
23, 4567, 78910111213, 25262728293031323334353637383940414243444546474849
OFFSET
1,1
COMMENTS
That is, primes formed from concatenation of k numbers starting with k.
Subsequence of A052087.
a(5) must be larger than A077309(2500).
A077309(k) is prime for k = {2, 4, 7, 25, ...}. - Michael De Vlieger, May 13 2017
LINKS
Eric Weisstein's World of Mathematics, Consecutive Number Sequences
EXAMPLE
The prime 4567 is a term since it is the concatenation of 4 decimal numbers beginning with the number 4. - Michael De Vlieger, May 13 2017
MATHEMATICA
Select[Table[FromDigits@ Flatten@ Take[#, {n, n + (n - 1)}], {n, Ceiling[Length[#]/2]}], PrimeQ] &@ Array[IntegerDigits, 10^3] (* Michael De Vlieger, May 13 2017 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
XU Pingya, May 12 2017
STATUS
approved