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 A133541 #7 Dec 02 2017 11:15:26 %S A133541 181258,552519,1972133,4445107,10864643,31214741,59472599,127396699, %T A133541 240776801,381348901,590182759,979749101,1625329443,2354069543, %U A133541 3557186207,5132070551,6786946651,9149078751,12243523093,16477457435 %N A133541 Sum of fifth powers of five consecutive primes. %F A133541 a(n) = A133527(n) + A050997(n+4). - _Michel Marcus_, Nov 09 2013 %e A133541 a(1)=181258 because 2^5+3^5+5^5+7^5+11^5=181258. %t A133541 a = 5; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a + Prime[n + 3]^a + Prime[n + 4]^a, {n, 1, 100}] %t A133541 Total/@Partition[Prime[Range[30]]^5,5,1] (* _Harvey P. Dale_, Dec 02 2017 *) %Y A133541 Cf. A034963, A133524, A133525, A133526, A133527, A133528, A133529, A133530, A133531, A133532, A069484, A133534, A133535, A133536, A133537, A034964, A133538, A133539, A133540, A133542, A133543. %K A133541 nonn %O A133541 1,1 %A A133541 _Artur Jasinski_, Sep 14 2007