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!)
A281596 a(n) = ((n-2)^n - 2*(n-1)^n + n^n)/2. 3

%I #5 Jan 26 2017 15:08:32

%S 0,0,1,6,55,660,9751,170898,3463615,79669320,2050086511,58346365110,

%T 1819621847407,61705703989020,2260586259354151,88971796139662842,

%U 3743940350046570751,167735288431662235920,7971302827015366403551,400510700317394780627934,21212944650652080893863087

%N a(n) = ((n-2)^n - 2*(n-1)^n + n^n)/2.

%F a(n) ~ n^n*(1/2+(1/2-1/n)*e^(-2)+(1/(2*n)-1)*e^(-1)).

%p a := n -> ((n-2)^n-2*(n-1)^n+n^n)/2:

%p seq(a(n), n=0..21);

%Y Cf. A000312, A045531, A281595.

%K nonn

%O 0,4

%A _Peter Luschny_, Jan 26 2017

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)