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.

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

Original entry on oeis.org

1, 1, 2, 3, 16, 25, 216, 343, 4096, 6561, 100000, 161051, 2985984, 4826809, 105413504, 170859375, 4294967296, 6975757441, 198359290368, 322687697779, 10240000000000, 16679880978201, 584318301411328, 952809757913927, 36520347436056576, 59604644775390625
Offset: 0

Views

Author

Reinhard Zumkeller, Apr 05 2004

Keywords

Crossrefs

Cf. A000312 (n^n), A078707 (n^ceiling(n/2)).

Programs

Formula

a(n) = n^((n-(1-(-1)^n)/2)/2). - Wesley Ivan Hurt, Mar 19 2015