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

A110132
a(n) = floor(n/2)^ceiling(n/2).
3
1, 0, 1, 1, 4, 8, 27, 81, 256, 1024, 3125, 15625, 46656, 279936, 823543, 5764801, 16777216, 134217728, 387420489, 3486784401, 10000000000, 100000000000, 285311670611, 3138428376721, 8916100448256, 106993205379072, 302875106592253, 3937376385699289
OFFSET
0,5
COMMENTS
Central coefficients T(n,floor(n/2)) of number triangle A004248. The central coefficients T(2n,n) of this triangle are n^n or A000312.
a(n) is the number of partitions of [n] such that each block has exactly one even element: a(5) = 8: 1235|4, 123|45, 125|34, 12|345, 1345|2, 134|25, 145|23, 14|235. - Alois P. Heinz, Jun 01 2023
LINKS
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jul 13 2005
STATUS
approved