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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133526 Sum of fourth powers of four consecutive primes. 19
3123, 17748, 46228, 129124, 257044, 522244, 1200964, 2040964, 3784804, 6330724, 9042244, 12998404, 19014724, 28306324, 38733364, 54004804, 71526004, 87806884, 112911124, 140218324, 177548884, 237679924, 302790244, 367882804, 436220164 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

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

MATHEMATICA

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

CROSSREFS

Cf. A034963, A133524, A133525, A133527, A133528.

Sequence in context: A002433 A107535 A181285 * A102709 A057067 A084649

Adjacent sequences:  A133523 A133524 A133525 * A133527 A133528 A133529

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 15 23:53 EST 2012. Contains 205860 sequences.