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 A133533 #12 Jun 28 2018 21:45:12 %S A133533 16418,134003,1904835,6716019,30735939,76010259,219219339,789905091, %T A133533 1630362891,4048053411,8203334331,13637193699,21850682619,39264939507, %U A133533 75124110099,115865269131,184159290171,270079040451,369892892379 %N A133533 Sum of sixth powers of three consecutive primes. %H A133533 Robert Israel, <a href="/A133533/b133533.txt">Table of n, a(n) for n = 1..10000</a> %F A133533 a(n) = A133537(n) + A030516(n+2). - _Michel Marcus_, Nov 09 2013 %e A133533 a(1)=16418 because 2^6+3^6+5^6=16418. %p A133533 L:= [seq(ithprime(i)^6,i=1..100)]: %p A133533 L[1..-3]+L[2..-2]+L[3..-1]; # _Robert Israel_, Jun 28 2018 %t A133533 a = 6; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a, {n, 1, 100}] %t A133533 Total/@(Partition[Prime[Range[25]],3,1]^6) (* _Harvey P. Dale_, Mar 29 2011 *) %Y A133533 Cf. A034963, A133524, A133525, A133526, A133527, A133528, A133529, A133530, A133531, A133532. %K A133533 nonn %O A133533 1,1 %A A133533 _Artur Jasinski_, Sep 14 2007