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 A028906 #17 Sep 12 2020 18:01:34 %S A028906 2,3,5,7,11,31,71,91,32,92,31,73,41,43,74,53,95,61,76,71,73,97,83,98, %T A028906 97,110,310,710,910,311,721,311,731,931,941,511,751,631,761,731,971, %U A028906 811,911,931,971,991,211,322,722,922,332,932,421,521 %N A028906 Arrange digits of primes in descending order. %C A028906 a(n) = A004186(A000040(n)). - _Reinhard Zumkeller_, Apr 03 2015 %H A028906 Reinhard Zumkeller, <a href="/A028906/b028906.txt">Table of n, a(n) for n = 1..10000</a> %t A028906 Table[FromDigits[Reverse[Sort[IntegerDigits[Prime[n]]]]],{n,60}] (* _Harvey P. Dale_, Sep 12 2020 *) %o A028906 (Haskell) %o A028906 a028906 = a004186 . a000040 -- _Reinhard Zumkeller_, Apr 03 2015 %Y A028906 Cf. A028905. %Y A028906 Cf. A004186, A000040. %K A028906 nonn,base %O A028906 1,1 %A A028906 _N. J. A. Sloane_ %E A028906 More terms from _Patrick De Geest_, Apr 15 1998