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.

A096141 a(n) = sum of n n-th powers starting from n^n.

This page as a plain text file.
%I A096141 #11 Aug 23 2019 12:25:49
%S A096141 1,13,216,4578,119525,3729451,135771160,5658574916,265921407297,
%T A096141 13918657338925,803220053336096,50674352524725590,3470170166345203477,
%U A096141 256369124879898560271,20325382637400264402000
%N A096141 a(n) = sum of n n-th powers starting from n^n.
%H A096141 Harvey P. Dale, <a href="/A096141/b096141.txt">Table of n, a(n) for n = 1..351</a>
%F A096141 a(n) = n! * [x^n] exp(n*x)*(exp(n*x) - 1)/(exp(x) - 1). - _Ilya Gutkovskiy_, Apr 07 2018
%e A096141 a(4) = 4^4 +5^4 + 6^4 +7^4 = 4578.
%t A096141 Table[Total[Range[n,2n-1]^n],{n,20}] (* _Harvey P. Dale_, Aug 23 2019 *)
%o A096141 (PARI) a(n)=sum(k=n,2*n-1,k^n)
%Y A096141 Cf. A031971.
%K A096141 nonn
%O A096141 1,2
%A A096141 _Amarnath Murthy_, Jul 16 2004
%E A096141 Extended by _Ray Chandler_, Jul 17 2004