The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A269301 Normalization coefficients for quantum Pascal's pyramid, numerators of: T(n,k,m) = ((n - m)! m!)/(2^n (n - k)! k!). 2

%I #17 Dec 10 2016 19:41:38

%S 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,3,3,1,1,3,1,1,1,1,1,1,1,1,

%T 1,1,1,1,1,1,3,3,1,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,1,1,1,5,5,

%U 1,1,1,1,5,5,1,1,1,1,5,5,1,1,1,1,5,1,1,1,1,1,1

%N Normalization coefficients for quantum Pascal's pyramid, numerators of: T(n,k,m) = ((n - m)! m!)/(2^n (n - k)! k!).

%C Read by block by row, i.e., a( x(n,k,m) ) have x(n,k,m) = ( sum_{i=0}^n i^2 ) + k ( n + 1 ) + m and (n,k,m) >= 0. See comments in A268533 for relevance.

%F T(n,k,m) = Numerator[((n - m)! m!)/(2^n (n - k)! k!)]

%e First nontrivial block:

%e 1, 1, 1, 1

%e 3, 1, 1, 3

%e 3, 1, 1, 3

%e 1, 1, 1, 1

%t NormFrac[Block_] :=

%t Outer[Function[{n, k, m}, ((n - m)! m!)/(2^n (n - k)! k!)][

%t Block, #1, #2] &, Range[0, Block], Range[0, Block], 1]; Flatten[

%t Numerator[NormFrac[#]] & /@ Range[0, 5]]

%Y Denominators: A269302. Cf. A268533.

%K nonn,frac

%O 0,19

%A _Bradley Klee_, Feb 22 2016

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 May 13 14:28 EDT 2024. Contains 372519 sequences. (Running on oeis4.)