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 A050678 #23 Sep 04 2021 10:03:49 %S A050678 82,2,5,8,9,15,17,30,26,18,91,53 %N A050678 Index of first occurrence of n in A048288. %H A050678 Patrick De Geest, <a href="http://www.worldofnumbers.com/revfact.htm">Reversed Smarandache Concatenated Numbers, Prime factors from n down to 1</a> %H A050678 M. Fleuren, <a href="http://www.gallup.unm.edu/~smarandache/michafleuren.htm">Factors and primes of Smarandache sequences</a>. %H A050678 M. Fleuren, <a href="http://www.gallup.unm.edu/~smarandache/micha.txt">Smarandache Factors and Reverse factors</a> %H A050678 Carlos Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_008.htm">Puzzle 8. Primes by Listing</a>, The Prime Puzzles and Problems Connection. %t A050678 Join[{1},Table[i=1; While[PrimeOmega[FromDigits[Flatten[IntegerDigits[Range[i,1,-1]]]]]!=n,i++]; i,{n,2,10}]] (* _Jayanta Basu_, May 30 2013 *) %Y A050678 Cf. A000422, A050676, A048288. %K A050678 nonn,base,hard,more %O A050678 1,1 %A A050678 _Patrick De Geest_, Aug 15 1999 %E A050678 a(11)-a(12) from _Sean A. Irvine_, Aug 17 2021 %E A050678 Edited by _N. J. A. Sloane_, Sep 04 2021