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 A252783 #38 Mar 14 2016 10:06:41 %S A252783 2,4,10830278,11409622,37189336,41206834,44438468,65401492,67135342, %T A252783 85329104,92243452,110149004,138651242,182279216,205680028,216904744, %U A252783 307575212,309431906,469311346,490359076,527228606,529432582,549804952,572599934,575037022,596410214,599921326,616509454,643063226,679784492,681657946,722166524,736641808,766101998,789147538,824154506,857134166,870601984,878365744,914746816 %N A252783 Numbers n such that n + 15, n^2 + 15, n^3 + 15, n^4 + 15, n^5 + 15 and n^6 + 15 are all prime. %H A252783 Zak Seidov, <a href="/A252783/b252783.txt">Table of n, a(n) for n = 1..157</a> %e A252783 15 + {2, 4, 8, 16, 32, 64} = {17, 19, 23, 31, 47, 79} all primes. %o A252783 (PARI) isok(n) = isprime(n+15) && isprime(n^2 + 15) && isprime(n^3 + 15) && isprime(n^4 + 15) && isprime(n^5 + 15) && isprime(n^6 + 15); \\ _Michel Marcus_, Dec 28 2014 %Y A252783 Cf. A253166, A253143, A253142, A086303, A121982. %K A252783 nonn %O A252783 1,1 %A A252783 _Zak Seidov_, Dec 27 2014