login
The OEIS is supported by the many generous donors 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

%I #8 Sep 08 2024 19:56:04

%S 1,3,6,6,11,17,24,24,24,34,45,57,70,84,99,99,116,134,153,173,194,216,

%T 239,263,263,289,289,317,346,376,407,407,440,474,509,509,546,584,623,

%U 663,704,746,789,833,878,924,971,1019,1019,1069,1120,1172,1225,1279

%N a(n) = Sum_{ k <= n, k is not an i-th power with i >= 2} k.

%o (PARI) a(n) = sum(x=1, n, if(!ispower(x), x));

%K nonn,changed

%O 1,2

%A _Cino Hilliard_, Nov 07 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 14 10:49 EDT 2024. Contains 375921 sequences. (Running on oeis4.)