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 A103777 #9 Oct 08 2012 17:58:44 %S A103777 15,50,80,110,230,245,425,570,635,645,710,925,1440,1645,1710,1815, %T A103777 2000,2465,2635,2940,3040,3090,3195,3525,4260,4310,4400,4885,5960, %U A103777 6145,7030,7120,7250,8430,8890,9445,10265,11060,11150,11710,11775,13020,13565 %N A103777 Numbers n such that f[n],f[n+1]and f[n+2] are all primes, where f[n]=8*n^2+4*n+1. %C A103777 All terms are divisible by 5, hence conjecture: there is no such n that f[n],f[n+1],f[n+2] and f[n+3] are primes. %H A103777 Harvey P. Dale, <a href="/A103777/b103777.txt">Table of n, a(n) for n = 1..1000</a> %e A103777 15 is a term because f[15]=1861, f[16]=2113 and f[17]=2381 are all primes. %t A103777 Flatten[Position[Partition[Table[PrimeQ[8n^2+4n+1],{n,14000}],3,1],{True,True,True}]] (* _Harvey P. Dale_, Oct 08 2012 *) %Y A103777 Cf. A102083, A103776. %K A103777 nonn %O A103777 1,1 %A A103777 _Zak Seidov_, Feb 15 2005