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.

A086116 Numerator of mean deviation of a symmetrical binomial distribution on n elements.

Original entry on oeis.org

1, 1, 3, 3, 15, 15, 35, 35, 315, 315, 693, 693, 3003, 3003, 6435, 6435, 109395, 109395, 230945, 230945, 969969, 969969, 2028117, 2028117, 16900975, 16900975, 35102025, 35102025, 145422675, 145422675, 300540195, 300540195, 9917826435
Offset: 1

Views

Author

Eric W. Weisstein, Jul 10 2003

Keywords

Comments

From Mohamed Sabba, Apr 24 2023: (Start)
The numerators of this sequence and denominators (A086117) appear in NMR and spin physics as half of the symmetry-constrained upper bound on polarization transfer in AXn spin-1/2 systems. For example:
(a) in AX3 and AX4 spin systems, the maximum achievable transfer from Xz to Az is 3/2 = (2*3/4).
(b) in AX5 and AX6 spin systems, the maximum achievable transfer from Xz to Az is 15/8 = (2*15/16).
Note that this is different from the related adiabatic polarization transfer bounds, given by A141244.
(End)

Crossrefs

Programs

  • Mathematica
    Numerator[Table[If[OddQ[n], n!!/2/(n-1)!!, (n-1)!!/2/(n-2)!! ], {n, 50}]]