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 A246842 #22 Sep 09 2014 20:44:28 %S A246842 37,163,56893,409333,1483087,1867783,10101463,18292957,31284493, %T A246842 52896517,58048057,157861663,175933717,180336193,222640867,258001837, %U A246842 276739747,349693117,371305267,445890307,543764323,613305067,678551833,748576753,828497443 %N A246842 Primes p such that p + m^2 is prime for all m in {2,4,6,8,10,12,14,16}. %C A246842 Primes p such that p + m^2, m = 2,4,6,8,10,12,14,16,18 are all primes: %C A246842 163, 409333, 1483087, 1867783, 222640867, 258001837, 371305267, 748576753, 828497443, 1235054137, ... %C A246842 Primes p such that p + m^2, m = 2,4,6,8,10,12,14,16,18,20 are all primes: %C A246842 163, 409333, 828497443, ... %H A246842 Zak Seidov and Jens Kruse Andersen, <a href="/A246842/b246842.txt">Table of n, a(n) for n = 1..10000</a> (first 34 terms from Zak Seidov) %o A246842 (PARI) s=[]; forprime(p=2, 10e9, forstep(i=2, 16, 2, if(!isprime(p+i^2), next(2))); s=concat(s, p)); s \\ _Colin Barker_, Sep 05 2014 %Y A246842 Cf. A049492, A092120. %K A246842 nonn %O A246842 1,1 %A A246842 _Zak Seidov_, Sep 05 2014 %E A246842 Typos in data and comments fixed by _Colin Barker_, Sep 05 2014