A155768 Indices of primes with digits in strictly decreasing order.
1, 2, 3, 4, 11, 13, 14, 16, 18, 20, 21, 23, 25, 82, 83, 98, 100, 115, 116, 117, 119, 132, 133, 135, 142, 147, 150, 160, 162, 164, 166, 717, 835, 843, 933, 956, 968, 970, 1055, 1062, 1066, 1076, 1088, 1090, 1092, 1093, 1166, 1167, 1179, 1190, 1191, 1199, 1202
Offset: 1
Crossrefs
Programs
-
Mathematica
Select[Range[1300],And@@Negative[Differences[IntegerDigits[Prime[#]]]]&] (* Harvey P. Dale, Nov 24 2011 *)
Comments