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 A090838 #6 Nov 04 2015 11:44:42 %S A090838 271,464,682,829,1853,2086,2209,3253,3303,5463,6386,7064,7620,7918, %T A090838 8145,8631,8828,9243,10052,10074,10329,11257,11368,12223,13100,13359, %U A090838 14105,15751,16909,18481,19455,20332,20456,22213,23071,24510,24874,25420,25595,26233 %N A090838 Numbers n such that p(n),p(n)+6,p(n)+12,p(n)+18 are consecutive primes and p(n)=6*k+1 for some k, where p(n) denotes n-th prime. %H A090838 Harvey P. Dale, <a href="/A090838/b090838.txt">Table of n, a(n) for n = 1..1000</a> %e A090838 p(271)=1741: 1741,1747,1753,1759 are consecutive primes,1747=1741+6,1753=1741+12,1759=1741+18 and 1741=6*290+1 %t A090838 PrimePi/@Transpose[Select[Partition[Prime[Range[50000]],4,1], Differences[ #] == {6,6,6}&&Mod[#[[1]],6]==1&]][[1]] (* _Harvey P. Dale_, Nov 04 2015 *) %Y A090838 Cf. A033451, A090832, A090833, A090834, A090835, A090836, A090837, A090839. %K A090838 easy,nonn %O A090838 1,1 %A A090838 _Pierre CAMI_, Dec 09 2003 %E A090838 More terms from _Harvey P. Dale_, Nov 04 2015