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 A158635 #9 Mar 16 2016 00:19:45 %S A158635 5,10,15,19,23,25,29,31,35,37,37,41,41,43,47,49,49,49,53,53,55,59,59, %T A158635 61,61,59,61,65,67,71,73,65,67,67,71,67,71,71,71,73,73,73,77,73,77,79, %U A158635 83,77,71,73,77,79,79,83,79,79,79,79,83,83,85,89,85,77,79,83,85,77,77,73,77 %N A158635 6n - A008578(n). %C A158635 Sequence items become negative at index 191, since the prime numbers A008578 grow faster than linearly. %H A158635 Harvey P. Dale, <a href="/A158635/b158635.txt">Table of n, a(n) for n = 1..1000</a> %t A158635 Join[{5},Table[6n-Prime[n-1],{n,2,80}]] (* _Harvey P. Dale_, Nov 18 2012 *) %o A158635 (PARI) a(n)=if(n>1,6*n-prime(n-1),5) \\ _Charles R Greathouse IV_, Mar 16 2016 %K A158635 sign,less %O A158635 1,1 %A A158635 _Paul Curtz_, Mar 23 2009 %E A158635 Edited, offset changed by _R. J. Mathar_, Apr 04 2009 %E A158635 Comment clarified and modified by _Harvey P. Dale_, Nov 18 2012