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”).

A094647
a(n) = n^(2n) - (2n)^n.
0
-1, 0, 513, 61440, 9665625, 2173796352, 678117659345, 281470681743360, 150094436937708753, 99999989760000000000, 81402748802521459701993, 79496847166870496697384960, 91733330190787463785195879433
OFFSET
1,3
EXAMPLE
a(3) = 513 because 3^(2*3) - (2*3)^3 = 3^6 - 6^3 = 513.
MATHEMATICA
a[n_] := n^n(n^n - 2^n); Table[a[n], {n, 13}] (* Robert G. Wilson v, May 24 2004 *)
CROSSREFS
Sequence in context: A279642 A168118 A086030 * A236431 A118709 A296145
KEYWORD
easy,sign
AUTHOR
Gregory S. Thoman (fealuinix(AT)yahoo.com), May 18 2004
EXTENSIONS
More terms from Emeric Deutsch, Robert G. Wilson v and Pab Ter (pabrlos(AT)yahoo.com), May 24 2004
STATUS
approved