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.

A008958 Triangle of central factorial numbers 4^k T(2n+1, 2n+1-2k).

This page as a plain text file.
%I A008958 #26 Jan 29 2022 01:18:59
%S A008958 1,1,1,1,10,1,1,35,91,1,1,84,966,820,1,1,165,5082,24970,7381,1,1,286,
%T A008958 18447,273988,631631,66430,1,1,455,53053,1768195,14057043,15857205,
%U A008958 597871,1,1,680,129948,8187608,157280838,704652312,397027996,5380840,1
%N A008958 Triangle of central factorial numbers 4^k T(2n+1, 2n+1-2k).
%D A008958 J. Riordan, Combinatorial Identities, Wiley, 1968, p. 217.
%H A008958 Robert James Purser, <a href="https://doi.org/10.25923/d9rn-fd18">Mobius Net Cubed-Sphere Gnomonic Grids</a>, U.S. Department of Commerce, National Oceanic and Atmospheric Administration, National Weather Service, National Centers for Environmental Protection, 2018.
%F A008958 G.f. of i-th right-hand column is x/Product_{j=1..i+1} (1 - (2j-1)^2*x).
%e A008958 From _Wesley Transue_, Jan 21 2012: (Start)
%e A008958 Triangle begins:
%e A008958   1;
%e A008958   1,   1;
%e A008958   1,  10,      1;
%e A008958   1,  35,     91,       1;
%e A008958   1,  84,    966,     820,         1;
%e A008958   1, 165,   5082,   24970,      7381,         1;
%e A008958   1, 286,  18447,  273988,    631631,     66430,         1;
%e A008958   1, 455,  53053, 1768195,  14057043,  15857205,    597871,       1;
%e A008958   1, 680, 129948, 8187608, 157280838, 704652312, 397027996, 5380840, 1;
%e A008958 (End)
%t A008958 Flatten[Table[Sum[(-1)^(q+1) 4^(p-n) (2p+2q-2n-1)^(2n+1)/((2n+1-2p-q)! q!), {q, 0, n-p}], {n, 0, 8}, {p, 0, n}]] (* _Wesley Transue_, Jan 21 2012 *)
%Y A008958 Cf. A008955-A008957, A036969.
%Y A008958 Columns include A000447. Right-hand columns include A002452, A002453.
%K A008958 nonn,tabl,easy,nice
%O A008958 0,5
%A A008958 _N. J. A. Sloane_
%E A008958 More terms from _Vladeta Jovovic_, Apr 16 2000