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.

A133537 Sum of sixth powers of two consecutive primes.

This page as a plain text file.
%I A133537 #5 Nov 09 2013 03:39:48
%S A133537 793,16354,133274,1889210,6598370,28964378,71183450,195081770,
%T A133537 742859210,1482327002,3453230090,7315830650,11071467290,17100578378,
%U A133537 32943576458,64344894770,93700908002,141978756530,218558666090,279434510210
%N A133537 Sum of sixth powers of two consecutive primes.
%F A133537 a(n) = A030516(n) + A030516(n+1). - _Michel Marcus_, Nov 09 2013
%e A133537 a(1)=793 because 2^6+3^6=793.
%t A133537 a = 6; Table[Prime[n]^a + Prime[n + 1]^a, {n, 1, 100}]
%Y A133537 Cf. A034963, A133524, A133525, A133526, A133527, A133528, A133529, A133530, A133531, A133532, A069484, A133534, A133535, A133536, A133538.
%K A133537 nonn
%O A133537 1,1
%A A133537 _Artur Jasinski_, Sep 14 2007