|
Search: id:A103447
|
|
|
| A103447 |
|
Triangle read by rows: T(n,k) is mobius(binom(n,k)) (0<=k<=n). |
|
+0 4
|
|
| 1, 1, 1, 1, -1, 1, 1, -1, -1, 1, 1, 0, 1, 0, 1, 1, -1, 1, 1, -1, 1, 1, 1, 1, 0, 1, 1, 1, 1, -1, 1, 1, 1, 1, -1, 1, 1, 0, 0, 0, -1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, -1, 1, -1, 1, 1, 1, 1, -1, 1, -1, 1, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 1, 1, -1, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, -1, 1
(list; table; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
Row n contains n+1 terms. Row sums yield A103448 T(2n,n)=0 for all n except n=0,1,2,and 4 (Granville and Ramare).
|
|
REFERENCES
|
A. Granville and O. Ramare, Explicit bounds on exponential sums and the scarcity of squarefree binomial coefficients, Mathematika 43, 73-107, 1996.
|
|
FORMULA
|
T(n, k)=mobius(binom(n, k)) (0<=k<=n).
|
|
EXAMPLE
|
T(3,2)=-1 because binom(3,2)=3 and mobius(3)=-1.
Triangle begins:
1;
1,1;
1,-1,1;
1,-1,-1,1;
1,0,1,0,1;
1,-1,1,1,-1,1;
|
|
MAPLE
|
with(numtheory):T:=proc(n, k) if k<=n then mobius(binomial(n, k)) else 0 fi end: for n from 0 to 13 do seq(T(n, k), k=0..n) od; # yields sequence in triangular form
|
|
CROSSREFS
|
Cf. A103448, A103449.
Adjacent sequences: A103444 A103445 A103446 this_sequence A103448 A103449 A103450
Sequence in context: A014383 A014152 A014295 this_sequence A089829 A131217 A105567
|
|
KEYWORD
|
sign,tabl
|
|
AUTHOR
|
Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 06 2005
|
|
|
Search completed in 0.002 seconds
|