cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A145329 Partial sums of A051442, starting at n=1.

This page as a plain text file.
%I A145329 #6 Oct 02 2018 14:15:23
%S A145329 3,20,165,1814,25215,422800,8284753,185549202,4672333603,130609758204,
%T A145329 4012046505613,134303337007166,4865394495960599,189626416079163448,
%U A145329 7910956276398901049,351720053331418595386,16600716065137840118363
%N A145329 Partial sums of A051442, starting at n=1.
%F A145329 s+=n^(n+1)+(n+1)^n.
%t A145329 lst={};s=0;Do[s+=n^(n+1)+(n+1)^n;AppendTo[lst,s],{n,4!}];lst
%t A145329 Accumulate[Table[n^(n+1)+(n+1)^n,{n,20}]] (* _Harvey P. Dale_, Oct 02 2018 *)
%K A145329 nonn
%O A145329 1,1
%A A145329 _Vladimir Joseph Stephan Orlovsky_, Oct 08 2008
%E A145329 Edited by _N. J. A. Sloane_, Oct 09 2008