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 A133540 #7 Nov 10 2013 13:25:24 %S A133540 17764,46309,129749,259445,536885,1229525,2124485,3915125,6610565, %T A133540 9749525,13921925,20888885,31132085,42152165,58884485,79416485, %U A133540 99924245,126756965,160369445,202960565,266078165,341740325,415341125,498962405 %N A133540 Sum of fourth powers of five consecutive primes. %F A133540 a(n) = A133526(n) + A030514(n+4). - _Michel Marcus_, Nov 09 2013 %e A133540 a(1)=17764 because 2^4+3^4+5^4+7^4+11^4=17764. %t A133540 a = 4; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a + Prime[n + 3]^a + Prime[n + 4]^a, {n, 1, 100}] %Y A133540 Cf. A034964, A133526, A133531, A133535, A133539, A133541, A133542, A133543. %K A133540 nonn %O A133540 1,1 %A A133540 _Artur Jasinski_, Sep 14 2007