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!)
A117667 a(n) = n^n-n^(n-1)-n^(n-2)-n^(n-3)-...-n^3-n^2-n. 2

%I #24 Apr 20 2015 21:02:28

%S 1,2,15,172,2345,37326,686287,14380472,338992929,8888888890,

%T 256780503551,8105545862052,277635514376233,10257237069745862,

%U 406615755353655135,17216961135462248176,775537745518440716417

%N a(n) = n^n-n^(n-1)-n^(n-2)-n^(n-3)-...-n^3-n^2-n.

%H Christian N. K. Anderson, <a href="/A117667/b117667.txt">Table of n, a(n) for n = 1..100</a>

%F a(n) = A000312(n) - A023037(n) + 1. - _Michel Marcus_, Apr 14 2015

%F A191690(n)+1. - _Robert G. Wilson v_, Apr 16 2015

%e a(3) = 3^3-3^2-3 = 27-9-3 = 15.

%p a:=n->n^n-sum(n^j,j=1..n-1): seq(a(n),n=1..19); # _Emeric Deutsch_, Apr 16 2006

%t s[n_] := Sum[n^i, {i, 1, n - 1}]; Table[n^n - s[n], {n, 17}] (* _Carlos Eduardo Olivieri_, Apr 14 2015 *)

%t f[n_] := ((n - 2) n^n + n)/(n - 1); f[1] = 1; Array[f, 18] (* _Robert G. Wilson v_, Apr 15 2015 *)

%Y Cf. A000312 (n^n), A023037 (1+n+n^2+...n^(n-1)),

%Y A001923, A031972.

%K nonn

%O 1,2

%A Luc Stevens (lms022(AT)yahoo.com), Apr 11 2006

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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)