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 A133536 #5 Nov 09 2013 03:39:41 %S A133536 275,3368,19932,177858,532344,1791150,3895956,8912442,26947492, %T A133536 49140300,97973108,185200158,262864644,376353450,647540500,1133119792, %U A133536 1559520600,2194721408,3154354458,3877300944,5150127992,7016097042,9523100092 %N A133536 Sum of fifth powers of two consecutive primes. %F A133536 a(n) = A050997(n) + A050997(n+1). - _Michel Marcus_, Nov 09 2013 %e A133536 a(1)=2^5+3^5=275. %t A133536 a = 5; Table[Prime[n]^a + Prime[n + 1]^a, {n, 1, 100}] %Y A133536 Cf. A034963, A133524, A133525, A133526, A133527, A133528, A133529, A133530, A133531, A133532, A069484, A133534, A133535, A133537, A133538. %K A133536 nonn %O A133536 1,1 %A A133536 _Artur Jasinski_, Sep 14 2007