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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133550 Sum of fifth powers of n odd primes. 3
243, 3368, 20175, 181226, 552519, 1972376, 4448475, 10884818, 31395967, 60025118, 129369075, 245225276, 392233719, 621578726, 1039774219, 1754698518, 2599294819, 3949419926, 5753649277, 7826720870, 10903777269, 14842817912 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A133548(n)=A122103(n+1)-32

EXAMPLE

a(2)=3368 because 3^5+5^5

MATHEMATICA

c = 5; a = {}; b = 0; Do[b = b + Prime[n]^c; AppendTo[a, b], {n, 2, 1000}]; a {*Artur Jasinski*)

CROSSREFS

Cf. A007148, A007504, A024450, A098999, A122102, A122103, A133547, A133548, A133550, A133551, A133552.

Sequence in context: A113335 A100627 A016757 * A029700 A183808 A016769

Adjacent sequences:  A133547 A133548 A133549 * A133551 A133552 A133553

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Sep 16 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 13:08 EST 2012. Contains 205623 sequences.