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.

Showing 1-2 of 2 results.

A178802 Multiply, cell by cell, sequence A048996 by A178801.

Original entry on oeis.org

1, 1, 2, 2, 6, 12, 6, 24, 48, 24, 72, 24, 120, 240, 240, 360, 360, 480, 120, 720, 1440, 1440, 720, 2160, 4320, 720, 2880, 4320, 3600, 720, 5040, 10080, 10080, 10080, 15120, 30240, 15120, 15120, 20160, 60480, 20160, 25200, 50400, 30240, 5040, 40320, 80640, 80640, 80640, 40320, 120960
Offset: 0

Views

Author

Alford Arnold, Jun 15 2010

Keywords

Examples

			A048996 begins 1,1,1,1,1,2,1, 1, 2, 1, 3, 1 ...
A178801 begins 1,1,2,2,6,6,6,24,24,24,24,24,...
therefore
a(n)    begins 1,1,2,2,6,12,6,...
with row sums 1, 1, 4, 24, 192, 1920, 23040, ... .
Triangle begins:
    1;
    1;
    2,    2;
    6,   12,    6;
   24,   48,   24,  72,   24;
  120,  240,  240, 360,  360,  480, 120;
  720, 1440, 1440, 720, 2160, 4320, 720, 2880, 4320, 3600, 720;
  ...
		

Crossrefs

Cf. A000041, A000142, A048996, A178801, A002866 (row sums).

Formula

T(n,k) = A048996(n,k) * A178801(n,k) = A048996(n,k) * n!.

A178882 Triangle T(n,k) = n!* A036040(n,k) read by rows, 1 <= k <= A000041(n).

Original entry on oeis.org

1, 2, 2, 6, 18, 6, 24, 96, 72, 144, 24, 120, 600, 1200, 1200, 1800, 1200, 120, 720, 4320, 10800, 7200, 10800, 43200, 10800, 14400, 32400, 10800, 720, 5040, 35280, 105840, 176400, 105840, 529200
Offset: 1

Views

Author

Alford Arnold, Jun 23 2010

Keywords

Comments

Row sums are A137341(n).

Examples

			For row n = 4 the calculations are (1 4 3 6 1) times (24 24 24 24 24 ) yielding (24 96 72 144 24)
which sums to A137341(4) = 360.
Row n has A000041(n) entries:
1;
2,2;
6,18,6;
24,96,72,144,24;
120,600,1200,1200,1800,1200,120;
720,4320,10800,7200,10800,43200,10800,14400,32400,10800,720;
		

Crossrefs

Showing 1-2 of 2 results.