cp's OEIS Frontend

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.

A133528 Sum of sixth powers of four consecutive primes.

This page as a plain text file.
%I A133528 #5 Nov 08 2013 11:28:23
%S A133528 134067,1905564,6731644,30853588,77781820,224046148,814042660,
%T A133528 1677408772,4196089300,8798157652,14524697380,24416409028,44015043748,
%U A133528 81445473148,126644484460,206323651300,312259574092,421413266740
%N A133528 Sum of sixth powers of four consecutive primes.
%F A133528 a(n) = A133533(n) + A030516(n+3). - _Michel Marcus_, Nov 08 2013
%e A133528 a(1)=134067 because 2^6+3^6+5^6+7^6=134067.
%t A133528 a = 6; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a + Prime[n + 3]^a, {n, 1, 100}]
%Y A133528 Cf. A034963, A133524, A133525, A133526, A133527.
%K A133528 nonn
%O A133528 1,1
%A A133528 _Artur Jasinski_, Sep 14 2007