OFFSET
1,1
COMMENTS
The subset of even numbers of A155763 larger than 5. [From R. J. Mathar, Feb 06 2009]
EXAMPLE
If n=6=even and prime(6)=13, then 1<3 and 6=a(1). If n=8=even and prime(8)=19, then 1<9 and 8=a(2). If n=10=even and prime(10)=29, then 2<9 and 10=a(3), etc.
MATHEMATICA
Select[Range[6, 810000, 2], Min[Differences[IntegerDigits[Prime[#]]]]>0&] (* Harvey P. Dale, Mar 02 2014 *)
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
Juri-Stepan Gerasimov, Jan 27 2009
EXTENSIONS
Corrected with better definition by Omar E. Pol, Jan 31 2009
All remaining terms from R. J. Mathar, Feb 06 2009
New name from Charles R Greathouse IV, Sep 11 2011
STATUS
approved