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 A164307 #16 Nov 23 2015 09:56:19 %S A164307 3,5,17,257,65537 %N A164307 Primes in A081175. %C A164307 The 6th term is too large to include in the data section (see Example section or the b-file). %C A164307 Primes of the form sum_{j=1..u} j^x for some x>0, u>1. (Since the case of x=1 leads to the triangular numbers with no additional primes, this is equivalent to the definition.) %C A164307 Primes in A000330 (x=2), or in A000537 (x=3), or in A000538 (x=4), or in A000539 (x=5) etc. See A164312 for the corresponding x values. %H A164307 N. J. A. Sloane, <a href="/A164307/b164307.txt">Table of n, a(n) for n = 1..6</a> %e A164307 a(1) = 1^1 + 2^1 = 3. %e A164307 a(2) = 1^2 + 2^2 = 5. %e A164307 a(3) = 1^4 + 2^4 = 17. %e A164307 a(4) = 1^8 + 2^8 = 257. %e A164307 a(5) = 1^16 + 2^16 = 65537. %e A164307 a(6) = 1^1440 + 2^1440 + 3^1440 + 4^1440 + 5^1440 = 3.287049497374559048967261852*10^1006 = 3287049497374559048967261852 ... 458593539025033893379. %t A164307 lst={};Do[s=0;Do[If[PrimeQ[s+=n^x],AppendTo[lst,s];Print[Date[],s]],{n, 4!}],{x,7!}];lst %Y A164307 Cf. A000215, A070592, A019434, A092506, A093179, A100270, A123599. %K A164307 nonn %O A164307 1,1 %A A164307 _Vladimir Joseph Stephan Orlovsky_, Aug 12 2009 %E A164307 Edited by _R. J. Mathar_, Aug 22 2009 %E A164307 Corrected by _N. J. A. Sloane_, Nov 23 2015 at the suggestion of _Jaroslav Krizek_.