A085606 a(n) = (n-1)^n - 1.
0, -1, 0, 7, 80, 1023, 15624, 279935, 5764800, 134217727, 3486784400, 99999999999, 3138428376720, 106993205379071, 3937376385699288, 155568095557812223, 6568408355712890624, 295147905179352825855, 14063084452067724991008, 708235345355337676357631
Offset: 0
Keywords
Programs
-
Mathematica
Table[(n-1)^n-1,{n,0,30}] (* Alexander Adamchuk, Nov 13 2006 *)
Formula
a(n) = A065440(n) - 1.
Extensions
More terms from Ray Chandler, Nov 10 2003
Comments