login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A208652 Product{i*C(n,i) : 1<=i<=floor[(n+1)/2]}. 4
1, 2, 18, 48, 3000, 10800, 4321800, 21073920, 51849745920, 342921600000, 5062554438480000, 45444644517888000, 3960533401513405516800, 48272757747179554068480, 24547182197052103038450000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Used, along with A208653, to count palindromic paths in A208654.
LINKS
MATHEMATICA
m[n_]:=Floor[(n+1)/2]; z=21;
g[n_]:=Product[i*Binomial[n, i], {i, 1, m[n]}]
Table[g[n], {n, 1, z}] (* A208652 *)
Table[Gamma[1 + n]^(n/2)/BarnesG[1 + n]*((1 + (-1)^n)/2 + (1 - (-1)^n) * Sqrt[Gamma[1 + n]]/(2*Gamma[(1 + n)/2])), {n, 1, 15}] (* Vaclav Kotesovec, Apr 10 2024 *)
CROSSREFS
Sequence in context: A126909 A139268 A052681 * A223469 A048910 A356712
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 02 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)