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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133527 Sum of fifth powers of four consecutive primes. 19
20207, 181226, 552276, 1969008, 4428300, 10703592, 30843448, 58052742, 124920600, 234340458, 360837752, 561553608, 910405144, 1509473242, 2207061100, 3327841200, 4713875058, 6072022352, 8304482450, 10893397986 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

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

MATHEMATICA

a = 5; 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, A133528.

Sequence in context: A052189 A075670 A053073 * A146961 A031825 A156408

Adjacent sequences:  A133524 A133525 A133526 * A133528 A133529 A133530

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 14 22:50 EST 2012. Contains 205684 sequences.