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!)
A145328 Partial sums of A007925, starting at n=1. 0
-1, -2, 15, 414, 8263, 170550, 3838199, 95009206, 2581793607, 76644369006, 2472064375039, 86167184631630, 3229828797076775, 129604998329498374, 5545091849435542023, 252031805153121499398, 12129204697482149958439 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
lst={}; s=0; Do[s+=n^(n+1)-(n+1)^n; AppendTo[lst, s], {n, 5!}]; lst
Accumulate[Table[n^(n+1)-(n+1)^n, {n, 20}]] (* Harvey P. Dale, Aug 26 2012 *)
CROSSREFS
Sequence in context: A272899 A060381 A256369 * A139810 A012943 A363834
KEYWORD
sign
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane, Oct 09 2008
STATUS
approved

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 April 18 08:14 EDT 2024. Contains 371769 sequences. (Running on oeis4.)