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 A118848 #9 Sep 03 2017 11:34:06 %S A118848 2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,63,67,69,73,87,91, %T A118848 97,99,109,111,117,131,143,147,149,153,159,161,171,177,187,191,193, %U A118848 197,211,217,227,229,233,239,241,249,259,261,271,273,279,283,289,297 %N A118848 Number of minutes past midnight represented by A050246(n). %C A118848 Prime members of this sequence can be found in A118850. %H A118848 Nathaniel Johnston, <a href="/A118848/b118848.txt">Table of n, a(n) for n = 1..211</a> (full sequence) %F A118848 a(n) = A050246(n) - floor(A050246(n)/100)*40. %p A118848 for h from 0 to 23 do for m from 0 to 59 do if(isprime(100*h+m))then printf("%d, ", 60*h+m): fi: od: od: # _Nathaniel Johnston_, May 17 2011 %Y A118848 Cf. A050246, A118849, A118850. %K A118848 nonn,easy,base,fini,full %O A118848 1,1 %A A118848 _Carl R. White_, May 01 2006