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!)
A145329 Partial sums of A051442, starting at n=1. 0
3, 20, 165, 1814, 25215, 422800, 8284753, 185549202, 4672333603, 130609758204, 4012046505613, 134303337007166, 4865394495960599, 189626416079163448, 7910956276398901049, 351720053331418595386, 16600716065137840118363 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
s+=n^(n+1)+(n+1)^n.
MATHEMATICA
lst={}; s=0; Do[s+=n^(n+1)+(n+1)^n; AppendTo[lst, s], {n, 4!}]; lst
Accumulate[Table[n^(n+1)+(n+1)^n, {n, 20}]] (* Harvey P. Dale, Oct 02 2018 *)
CROSSREFS
Sequence in context: A063017 A341963 A276315 * A051643 A213377 A357094
KEYWORD
nonn
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 20 10:04 EDT 2024. Contains 371809 sequences. (Running on oeis4.)