|
| |
|
|
A140256
|
|
Triangle read by columns: Column k is A014963 aerated with groups of (k-1) zeros.
|
|
7
|
|
|
|
1, 2, 1, 3, 0, 1, 2, 2, 0, 1, 5, 0, 0, 0, 1, 1, 3, 2, 0, 0, 1, 7, 0, 0, 0, 0, 0, 1, 2, 2, 0, 2, 0, 0, 0, 1, 3, 0, 3, 0, 0, 0, 0, 0, 1, 1, 5, 0, 0, 2, 0, 0, 0, 0, 1, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 3, 0, 2, 0, 0, 0, 0, 0, 1, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 7, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1
(list;
table;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,2
|
|
|
COMMENTS
|
If the row number n is prime, the row consists of T(n,1)=n followed by n-2 zeros and followed by T(n,n)=1.
Similar to A138618.
|
|
|
LINKS
|
Table of n, a(n) for n=1..105.
T. Tao, Simons Lecture I: Structure and randomness in Fourier analysis and number theory.
Wikipedia, Fundamental theorem of arithmetic.
|
|
|
FORMULA
|
T(n,k) = A014963(n/k) = A014963(A126988(n,k)) if k|n, T(n,k)=0 otherwise. 1<=k<=n.
|
|
|
EXAMPLE
|
First few rows of the triangle are:
1;
2, 1;
3, 0, 1;
2, 2, 0, 1;
5, 0, 0, 0, 1;
1, 3, 2, 0, 0, 1;
7, 0, 0, 0, 0, 0, 1;
2, 2, 0, 2, 0, 0, 0, 1;
3, 0, 3, 0, 0, 0, 0, 0, 1;
1, 5, 0, 0, 2, 0, 0, 0, 0, 1;
11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1;
1, 1, 2, 3, 0, 2, 0, 0, 0, 0, 0, 1;
...
Column 2 = (1, 0, 2, 0, 3, 0, 2, 0, 5, 0, 1, 0, 7,...).
|
|
|
PROG
|
(Excel cell formula) =if(row()>=column(); if(mod(row(); column())=0; lookup(roundup(row()/column(); 0); A000027; A014963); 0); "")
|
|
|
CROSSREFS
|
Cf. A140255 (row sums), A014963.
Row products A000027. [From Mats Granvik, Oct 08 2009]
Sequence in context: A071431 A182740 A140699 * A126206 A119709 A120251
Adjacent sequences: A140253 A140254 A140255 * A140257 A140258 A140259
|
|
|
KEYWORD
|
nonn,tabl
|
|
|
AUTHOR
|
Gary W. Adamson and Mats Granvik, May 16 2008, Jun 11 2008
|
|
|
STATUS
|
approved
|
| |
|
|