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.

A133530 Sum of third powers of three consecutive primes.

This page as a plain text file.
%I A133530 #5 Nov 08 2013 12:13:43
%S A133530 160,495,1799,3871,8441,13969,23939,43415,66347,104833,149365,199081,
%T A133530 252251,332207,458079,581237,733123,885655,1047691,1239967,1453843,
%U A133530 1769795,2189429,2647943,3035701,3348071,3612799,3962969,4786309
%N A133530 Sum of third powers of three consecutive primes.
%F A133530 a(n) = A133534(n) + A030078(n+2). - _Michel Marcus_, Nov 08 2013
%e A133530 a(1)=160 because 2^3+3^3+5^3=160.
%t A133530 a = 3; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a, {n, 1, 100}]
%Y A133530 Cf. A034963, A133524, A133525, A133526, A133527, A133528, A133529, A133531, A133532, A133533.
%K A133530 nonn
%O A133530 1,1
%A A133530 _Artur Jasinski_, Sep 14 2007