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!)
A051443 a(n) = n^(n+1)*(n+1)^n. 4
0, 2, 72, 5184, 640000, 121500000, 32934190464, 12089663946752, 5777633090469888, 3486784401000000000, 2593742460100000000000, 2331878554708454877954048, 2492736806448711465154117632, 3125153805191532199063557103616, 4541487905530112153400000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[n^(n+1)*(n+1)^n, {n, 0, 20}] (* Vladimir Joseph Stephan Orlovsky, Apr 26 2010 *)
PROG
(Maxima) A051443[n]:=n^(n+1)*(n+1)^n$ makelist(A051443[n], n, 0, 30); /* Martin Ettl, Oct 29 2012 */
CROSSREFS
Sequence in context: A174582 A344056 A253316 * A246486 A123072 A351764
KEYWORD
nonn,easy
AUTHOR
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 16 17:08 EDT 2024. Contains 371749 sequences. (Running on oeis4.)