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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133525 Sum of third powers of four consecutive primes. 19
503, 1826, 3996, 8784, 15300, 26136, 48328, 73206, 117000, 173754, 228872, 302904, 401128, 537586, 685060, 882000, 1091034, 1274672, 1540730, 1811754, 2158812, 2682468, 3219730, 3740670, 4260744, 4643100, 5055696, 6011352, 7034400 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

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

MATHEMATICA

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

CROSSREFS

Cf. A034963, A133524, A133526, A133527, A133528.

Sequence in context: A067949 A200959 A179172 * A066525 A043304 A045212

Adjacent sequences:  A133522 A133523 A133524 * A133526 A133527 A133528

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 16 20:07 EST 2012. Contains 205956 sequences.