cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A094647 a(n) = n^(2n) - (2n)^n.

Original entry on oeis.org

-1, 0, 513, 61440, 9665625, 2173796352, 678117659345, 281470681743360, 150094436937708753, 99999989760000000000, 81402748802521459701993, 79496847166870496697384960, 91733330190787463785195879433
Offset: 1

Views

Author

Gregory S. Thoman (fealuinix(AT)yahoo.com), May 18 2004

Keywords

Examples

			a(3) = 513 because 3^(2*3) - (2*3)^3 = 3^6 - 6^3 = 513.
		

Crossrefs

Programs

  • Mathematica
    a[n_] := n^n(n^n - 2^n); Table[a[n], {n, 13}] (* Robert G. Wilson v, May 24 2004 *)

Extensions

More terms from Emeric Deutsch, Robert G. Wilson v and Pab Ter (pabrlos(AT)yahoo.com), May 24 2004