login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133528 Sum of sixth powers of four consecutive primes. 19
134067, 1905564, 6731644, 30853588, 77781820, 224046148, 814042660, 1677408772, 4196089300, 8798157652, 14524697380, 24416409028, 44015043748, 81445473148, 126644484460, 206323651300, 312259574092, 421413266740 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(1)=134067 because 2^6+3^6+5^6+7^6=134067

MATHEMATICA

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

CROSSREFS

Cf. A034963, A133524, A133525, A133526, A133527.

Sequence in context: A061732 A023046 A034213 * A151940 A104440 A183734

Adjacent sequences:  A133525 A133526 A133527 * A133529 A133530 A133531

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Sep 14 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 23:23 EST 2012. Contains 205567 sequences.