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.

A057065 a(n) = floor(n^n/2).

Original entry on oeis.org

0, 0, 2, 13, 128, 1562, 23328, 411771, 8388608, 193710244, 5000000000, 142655835305, 4458050224128, 151437553296126, 5556003412779008, 218946945190429687, 9223372036854775808, 413620130943168382088, 19673204037648268787712, 989209827830156794561989
Offset: 0

Views

Author

Henry Bottomley, Jul 31 2000

Keywords

Examples

			a(5) = floor(5^5/2) = floor(3125/2) = 1562.
		

Crossrefs

Cf. A000312.

Programs

Formula

a(n) = floor( A000312(n)/2 ).

Extensions

More terms from Harvey P. Dale, May 19 2012