login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A378069
a(n) = Sum_{k=0..n} binomial(n, floor(k/2 - 1/2)) * binomial(n, ceiling(k/2 - 1/2)).
1
0, 1, 3, 13, 45, 181, 658, 2605, 9705, 38251, 144606, 569317, 2173262, 8556822, 32890068, 129565485, 500583105, 1973295775, 7654363750, 30194784763, 117497078842, 463820452602, 1809540528588, 7147843461733, 27946421773270, 110458073192026, 432648616232028
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,3
LINKS
Table of n, a(n) for n=0..26.
MAPLE
a := n -> add(binomial(n, floor(k/2 - 1/2))*binomial(n, ceil(k/2 - 1/2)), k=0..n):
seq(a(n), n = 0..26);
CROSSREFS
Cf.
A007318
,
A005566
,
A378070
.
Sequence in context:
A308087
A232231
A121136
*
A350175
A239592
A017943
Adjacent sequences:
A378066
A378067
A378068
*
A378070
A378071
A378072
KEYWORD
nonn
,
easy
AUTHOR
Peter Luschny
, Dec 14 2024
STATUS
approved