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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132384 a(n) = Sum_{ k <= n, k is not an i-th power with i >= 2} k. 2
1, 3, 6, 6, 11, 17, 24, 24, 24, 34, 45, 57, 70, 84, 99, 99, 116, 134, 153, 173, 194, 216, 239, 263, 263, 289, 289, 317, 346, 376, 407, 407, 440, 474, 509, 509, 546, 584, 623, 663, 704, 746, 789, 833, 878, 924, 971, 1019, 1019, 1069, 1120, 1172, 1225, 1279 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) sgpwr(n) = for(j=1, n, print1(gpwr(j)", ")) gpwr(n) = s=0; for(x=1, n, if(!ispower(x), s+=x)); s

CROSSREFS

Sequence in context: A158662 A119980 A066779 * A201155 A200534 A184284

Adjacent sequences:  A132381 A132382 A132383 * A132385 A132386 A132387

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), Nov 07 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 14:47 EST 2012. Contains 205623 sequences.