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.

A133527 Sum of fifth powers of four consecutive primes.

This page as a plain text file.
%I A133527 #5 Nov 08 2013 11:28:31
%S A133527 20207,181226,552276,1969008,4428300,10703592,30843448,58052742,
%T A133527 124920600,234340458,360837752,561553608,910405144,1509473242,
%U A133527 2207061100,3327841200,4713875058,6072022352,8304482450,10893397986
%N A133527 Sum of fifth powers of four consecutive primes.
%F A133527 a(n) = A133532(n) + A050997(n+3). - _Michel Marcus_, Nov 08 2013
%e A133527 a(1)=20207 because 2^5+3^5+5^5+7^5=20207.
%t A133527 a = 5; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a + Prime[n + 3]^a, {n, 1, 100}]
%Y A133527 Cf. A034963, A133524, A133525, A133526, A133528.
%K A133527 nonn
%O A133527 1,1
%A A133527 _Artur Jasinski_, Sep 14 2007