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!)
A281997 a(n) = (n-1)^n * n^n. 0
0, 4, 216, 20736, 3200000, 729000000, 230539333248, 96717311574016, 51998697814228992, 34867844010000000000, 28531167061100000000000, 27982542656501458535448576, 32405578483833249047003529216, 43752153272681450786889799450624 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ A174881(n) / e^2.
a(n) = A007778(n-1)*A000312(n). - Felix Fröhlich, Feb 05 2017
MATHEMATICA
Table[(n (n - 1))^n, {n, 14}] (* Michael De Vlieger, Feb 05 2017 *)
PROG
(PARI) a(n) = (n*(n-1))^n;
CROSSREFS
Sequence in context: A042325 A091287 A338282 * A276487 A269283 A055627
KEYWORD
easy,nonn
AUTHOR
Daniel Suteu, Feb 04 2017
STATUS
approved

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