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.

Showing 1-1 of 1 results.

A366108 a(n) = floor(binomial(n-1, floor((n-1)/2))/2).

Original entry on oeis.org

1, 1, 3, 5, 10, 17, 35, 63, 126, 231, 462, 858, 1716, 3217, 6435, 12155, 24310, 46189, 92378, 176358, 352716, 676039, 1352078, 2600150, 5200300, 10029150, 20058300, 38779380, 77558760, 150270097, 300540195, 583401555, 1166803110, 2268783825, 4537567650, 8836315950
Offset: 3

Views

Author

Stefano Spezia, Sep 29 2023

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_]:=Floor[Binomial[n-1,Floor[(n-1)/2]]/2]; Array[a,36,3]
  • PARI
    a(n) = binomial(n-1, (n-1)\2)\2; \\ Michel Marcus, Sep 30 2023

Formula

a(n)/A366107(n) ~ 7/4 (see Remark 3.4 at p. 5 in Czédli).
a(n) ~ c*2^n/sqrt(n), with c = 1/(2*sqrt(2*Pi)) = A218708.
Showing 1-1 of 1 results.