login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A051490
a(n) = n^(n+2)*(n+2)^n.
1
0, 3, 256, 30375, 5308416, 1313046875, 440301256704, 193010051319183, 107374182400000000, 73994897046174912819, 61917364224000000000000, 61870237399093306018139447, 72790360926157879387298463744, 99617732553594016079725341796875
OFFSET
0,2
MATHEMATICA
Table[(n-1)^(n+1)*(n+1)^(n-1), {n, 30}] (* Vladimir Joseph Stephan Orlovsky, Nov 20 2009 *)
CROSSREFS
Sequence in context: A027860 A059947 A203495 * A232545 A177748 A283018
KEYWORD
nonn
STATUS
approved