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!)
A094647 a(n) = n^(2n) - (2n)^n. 0
-1, 0, 513, 61440, 9665625, 2173796352, 678117659345, 281470681743360, 150094436937708753, 99999989760000000000, 81402748802521459701993, 79496847166870496697384960, 91733330190787463785195879433 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
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

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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)