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!)
A173797 Partial sums of A046065. 1

%I #7 Sep 08 2022 08:45:50

%S -1,-3,-3,115,2915,64233,1481705,37052343,1010794167,30033906085,

%T 968116541861,33698668291755,1260923220465323,50500621166196705,

%U 2156396364937639905,97820098649121183487,4698747050422172145407

%N Partial sums of A046065.

%H G. C. Greubel, <a href="/A173797/b173797.txt">Table of n, a(n) for n = 0..350</a>

%F a(n) = Sum_{j=0..n} A046065(j). - _G. C. Greubel_, Jul 14 2021

%t f[n_]:=(n^(n+2)-(n+2)^n); s=0; Table[s+=f[n],{n,0,40}]

%o (Magma) [(&+[j^(j+2) - (j+2)^j: j in [0..n]]): n in [0..40]]; // _G. C. Greubel_, Jul 14 2021

%o (Sage) [sum(j^(j+2) - (j+2)^j for j in (0..n)) for n in (0..40)] # _G. C. Greubel_, Jul 14 2021

%Y Cf. A046065.

%K sign

%O 0,2

%A _Vladimir Joseph Stephan Orlovsky_, Feb 24 2010

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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)