login
A155776
Even indices of multidigit primes with digits in strictly increasing order.
0
6, 8, 10, 12, 22, 24, 34, 52, 70, 72, 88, 92, 104, 204, 232, 278, 348, 350, 364, 376, 486, 644, 1478, 1504, 1830, 2622, 2646, 3694, 3704, 11602, 11706, 12560, 20884, 21698, 29630, 96140, 809912
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
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