The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133537 Sum of sixth powers of two consecutive primes. 10

%I #5 Nov 09 2013 03:39:48

%S 793,16354,133274,1889210,6598370,28964378,71183450,195081770,

%T 742859210,1482327002,3453230090,7315830650,11071467290,17100578378,

%U 32943576458,64344894770,93700908002,141978756530,218558666090,279434510210

%N Sum of sixth powers of two consecutive primes.

%F a(n) = A030516(n) + A030516(n+1). - _Michel Marcus_, Nov 09 2013

%e a(1)=793 because 2^6+3^6=793.

%t a = 6; Table[Prime[n]^a + Prime[n + 1]^a, {n, 1, 100}]

%Y Cf. A034963, A133524, A133525, A133526, A133527, A133528, A133529, A133530, A133531, A133532, A069484, A133534, A133535, A133536, A133538.

%K nonn

%O 1,1

%A _Artur Jasinski_, Sep 14 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 15:39 EDT 2024. Contains 372521 sequences. (Running on oeis4.)