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.

A178473 For n>=0, let n!^(4) = A202369(n+1) and, for 0<=m<=n, C^(4)(n,m) = n!^(4)/(m!^(4)*(n-m)!^(4)). The sequence gives triangle of numbers C^(4)(n,m) with rows of length n+1.

This page as a plain text file.
%I A178473 #12 May 01 2014 02:44:23
%S A178473 1,1,1,1,2,1,1,273,273,1,1,68,9282,68,1,1,55,1870,1870,55,1,1,546,
%T A178473 15015,3740,15015,546,1,1,29,7917,1595,1595,7917,29,1
%N A178473 For n>=0, let n!^(4) = A202369(n+1) and, for 0<=m<=n, C^(4)(n,m) = n!^(4)/(m!^(4)*(n-m)!^(4)). The sequence gives triangle of numbers C^(4)(n,m) with rows of length n+1.
%C A178473 Conjecture. If p is prime of the form 4*k+1, then the k-th row contains two 1's and k-1 numbers multiple of p; if p is prime of the form 4*k+3, then the (2*k+1)-th row contains two 1's and 2*k numbers multiple of p.
%F A178473 Conjecture. A007814(C^(4)(n,m)) = A007814(C(n,m)).
%e A178473 Triangle begins
%e A178473 n/m.|..0.....1.....2.....3.....4.....5.....6.....7
%e A178473 ==================================================
%e A178473 .0..|..1
%e A178473 .1..|..1......1
%e A178473 .2..|..1......2......1
%e A178473 .3..|..1....273 ...273......1
%e A178473 .4..|..1.....68...9282.....68......1
%e A178473 .5..|..1.....55...1870...1870.....55......1
%e A178473 .6..|..1....546..15015...3740..15015....546....1
%e A178473 .7..|..1.....29...7917...1595...1595...7917...29.....1
%e A178473 .8..|
%Y A178473 Cf. A175669, A053657, A202339, A202367, A202368, A202369, A202917, A202941, A203484.
%K A178473 nonn,tabl
%O A178473 0,5
%A A178473 _Vladimir Shevelev_ and _Peter J. C. Moses_, Jan 02 2012