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 A133542 #9 Nov 21 2013 12:49:07 %S A133542 1905628,6732373,30869213,77899469,225817709,818869469,1701546341, %T A133542 4243135181,8946193541,15119520701,25303912709,46580770157, %U A133542 86195577389,132965847509,217102866629,334423935221,463593800381,664500722261 %N A133542 Sum of sixth powers of five consecutive primes. %F A133542 a(n) = A133528(n) + A030516(n+4). - _Michel Marcus_, Nov 09 2013 %e A133542 a(1)=1905628 because 2^6+3^6+5^6+7^6+11^6=1905628. %t A133542 a = 6; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a + Prime[n + 3]^a + Prime[n + 4]^a, {n, 1, 100}] %t A133542 Total/@(Partition[Prime[Range[30]],5,1]^6) (* _Harvey P. Dale_, Mar 13 2011 *) %Y A133542 Cf. A034963, A133524, A133525, A133526, A133527, A133528, A133529, A133530, A133531, A133532, A069484, A133534, A133535, A133536, A133537, A034964, A133538, A133539, A133540, A133541, A133543. %K A133542 nonn %O A133542 1,1 %A A133542 _Artur Jasinski_, Sep 14 2007