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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133548 a(n) = sum of cubes of first n odd primes. 2
27, 152, 495, 1826, 4023, 8936, 15795, 27962, 52351, 82142, 132795 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n)=A098999(n+1)-8: Only the number 9 is a square in this sequence

EXAMPLE

a(3)=495 because 3^3+5^3+7^3=495.

MATHEMATICA

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

CROSSREFS

Cf. A007148, A007504, A024450, A098999, A133547, A133549, A133550, A133551, A133552.

Sequence in context: A180578 A192328 A129028 * A033262 A042418 A042420

Adjacent sequences:  A133545 A133546 A133547 * A133549 A133550 A133551

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Sep 16 2007, corrected Jun 08 2008

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 16:28 EST 2012. Contains 205823 sequences.