OFFSET
1,1
COMMENTS
This sequence is the prime subsequence of the sequence A112012. There is no further term up to prime(26000000).
Contribution from David Wasserman, Mar 26 2009: (Start)
In all terms after 64661, d_(j+1) = 0.
No more terms < prime(822900000) (End)
a(16) > 2*10^12. - Giovanni Resta, Feb 27 2013
EXAMPLE
8883067 is in the sequence because 8883067 is prime;
pi(8883067)=595161 & 595161=8883*067. Note that for this term j=4.
MATHEMATICA
Do[If[MemberQ[h=IntegerDigits[Prime[m]]; k=Length[h]; Table[FromDigits[Table[h[[i]], {i, j}]]*FromDigits[Table[h[[i]], {i, j+1, k}]], {j, k}], m], Print[m]], {m, 26000000}]
CROSSREFS
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, Oct 09 2005
EXTENSIONS
More terms from David Wasserman, Mar 26 2009
a(14)-a(15) from Giovanni Resta, Feb 27 2013
STATUS
approved