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 A097317 #5 Apr 28 2018 12:04:56 %S A097317 177,2530,94932,1647086,1996813914,96951758924,232630924325880, %T A097317 11398896079244882,27368747343485741790,3219905755813196976713916, %U A097317 157775382034845834127656854,18562115921017574302548095548340 %N A097317 Numbers of the form 7^p + p^7 for p prime. %t A097317 Table[7^p+p^7,{p,Prime[Range[20]]}] (* _Harvey P. Dale_, Apr 28 2018 *) %o A097317 (PARI) forprime(p=2,37,print1(p^7+7^p,",")) %Y A097317 Cf. A097058, A097059. %K A097317 nonn %O A097317 1,1 %A A097317 _Parthasarathy Nambi_, Sep 17 2004 %E A097317 More terms from _Klaus Brockhaus_, Sep 18 2004