%I #15 Jan 25 2020 01:28:47
%S 10,10,10,10,100,10,10,1000,1000,10,10,10000,1000000,10000,10,10,
%T 100000,10000000000,10000000000,100000,10,10,1000000,1000000000000000,
%U 100000000000000000000,1000000000000000,1000000,10,10,10000000,1000000000000000000000
%N 10^a(n) Pascal triangle, where a(n) = A007318(n).
%F T(n,k) = 10^binomial(n,k). - _Philippe Deléham_, Oct 09 2011
%e Triangle begins:
%e .
%e . 10
%e .
%e . 10 10
%e .
%e . 10 100 10
%e .
%e . 10 1000 1000 10
%e .
%e a(5) = a(2)*a(3) = 10*10 = 10^2 = 100.
%Y Cf. A007318.
%K nonn,tabl,easy
%O 0,1
%A _Mark Dols_, May 21 2010
%E First term corrected by _Mark Dols_, May 23 2010
%E More terms from _Philippe Deléham_, Oct 09 2011