This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A074895 #14 Mar 26 2025 17:01:39 %S A074895 2,3,5,7,11,13,14,16,17,31,32,34,35,37,38,71,73,74,76,79,91,92,95,97, %T A074895 98,101,104,106,107,112,113,118,119,124,125,128,131,133,134,136,142, %U A074895 145,146,149,151,152,157,164,166,167,172,175,179,181,182,188,191,194 %N A074895 Primes written backwards and sorted. %t A074895 Take[Sort[FromDigits[Reverse[IntegerDigits[#]]]&/@Prime[Range[500]]],60] (* _Harvey P. Dale_, Nov 08 2011 *) %t A074895 Take[Sort[IntegerReverse[Prime[Range[500]]]],60] (* _Harvey P. Dale_, Mar 26 2025 *) %Y A074895 Cf. A000040, A004087. %K A074895 base,easy,nonn %O A074895 1,1 %A A074895 _Jason Earls_, Sep 14 2002 %E A074895 Offset changed by _Andrew Howroyd_, Sep 18 2024