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

A092503
a(n) = n^floor(n/2).
2
1, 1, 2, 3, 16, 25, 216, 343, 4096, 6561, 100000, 161051, 2985984, 4826809, 105413504, 170859375, 4294967296, 6975757441, 198359290368, 322687697779, 10240000000000, 16679880978201, 584318301411328
OFFSET
0,3
LINKS
FORMULA
a(n) = n^((n-(1-(-1)^n)/2)/2). - Wesley Ivan Hurt, Mar 19 2015
PROG
(PARI) a(n) = { n^(n\2) } \\ Harry J. Smith, Jun 21 2009
CROSSREFS
Cf. A000312 (n^n), A078707 (n^ceiling(n/2)).
Sequence in context: A067037 A117926 A185251 * A147662 A074182 A074759
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 05 2004
STATUS
approved