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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133533 Sum of sixth powers of three consecutive primes. 5
16418, 134003, 1904835, 6716019, 30735939, 76010259, 219219339, 789905091, 1630362891, 4048053411, 8203334331, 13637193699, 21850682619, 39264939507, 75124110099, 115865269131, 184159290171, 270079040451, 369892892379 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

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

MATHEMATICA

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

Total/@(Partition[Prime[Range[25]], 3, 1]^6)  (* From Harvey P. Dale, Mar 29 2011 *)

CROSSREFS

Cf. A034963, A133524, A133525, A133526, A133527, A133528, A133529, A133530, A133531, A133532.

Sequence in context: A045037 A168633 A122714 * A076166 A168665 A031829

Adjacent sequences:  A133530 A133531 A133532 * A133534 A133535 A133536

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 17 00:09 EST 2012. Contains 205978 sequences.