|
Search: id:A144871
|
|
|
| A144871 |
|
Square array A(n,k), n>=1, k>=1, read by antidiagonals, where sequence a_k of column k is shadow transform of C(n+k-1,k). |
|
+0 8
|
|
| 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 2, 1, 3, 2, 1, 1, 1, 1, 1, 4, 1, 2, 1, 1, 1, 1, 2, 1, 1, 3, 1, 1, 1, 1, 2, 3, 1, 3, 4, 2, 2, 1, 1, 1, 1, 1, 2, 3, 5, 1, 1, 2, 1, 1, 1, 1, 1, 3, 4, 6, 2, 2, 4, 2, 1, 1, 1, 2, 1, 4, 1, 1, 1, 4, 4, 3, 2, 1, 1, 1, 1, 2, 1, 1, 1, 4, 1, 1, 4, 3, 2, 1
(list; table; graph; listen)
|
|
|
OFFSET
|
1,9
|
|
|
COMMENT
|
Row sequences have periods 1, 1, 3, 8, ... given in A144872.
|
|
LINKS
|
N. J. A. Sloane, Transforms
|
|
EXAMPLE
|
Square array begins:
1 1 1 1 1 1 ...
1 1 1 1 1 1 ...
1 2 1 1 2 1 ...
1 1 2 1 1 2 ...
1 2 3 4 1 1 ...
1 2 1 1 3 3 ...
|
|
MAPLE
|
shadow:= proc(p) proc(n) local j; add (`if` (modp(p(j), n)=0, 1, 0), j=0..n-1) end end: f:= proc(k) proc(n) binomial (n+k-1, k) end end: A:= (n, k)-> shadow (f(k))(n): seq (seq (A(n, d-n), n=1..d-1), d=2..20);
|
|
CROSSREFS
|
Rows 1+2, 3 give: A000012, A101825. Columns 1-9 give: A000012, A068068, A072457, A144865, A144866, A144867, A144868, A144869, A144870. Periods of the row sequences: A144872. Cf. A007318.
Sequence in context: A083911 A095827 A091887 this_sequence A066799 A037832 A039737
Adjacent sequences: A144868 A144869 A144870 this_sequence A144872 A144873 A144874
|
|
KEYWORD
|
nonn,tabl
|
|
AUTHOR
|
Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 23 2008
|
|
|
Search completed in 0.002 seconds
|