login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A144867
Shadow transform of C(n+5,6) = A000579(n+5).
2
1, 1, 1, 2, 1, 3, 6, 1, 1, 2, 6, 4, 6, 9, 2, 1, 6, 1, 6, 2, 11, 8, 6, 3, 2, 9, 1, 14, 6, 6, 6, 1, 10, 10, 9, 4, 6, 8, 12, 3, 6, 15, 6, 14, 5, 9, 6, 4, 6, 3, 12, 13, 6, 1, 8, 12, 13, 9, 6, 7, 6, 9, 11, 1, 13, 17, 6, 17, 11, 15, 6, 2, 6, 9, 5, 13, 36, 16, 6, 2, 1, 10, 6, 29, 10, 8, 10, 15, 6, 5, 36, 14
OFFSET
1,4
LINKS
N. J. A. Sloane, Transforms
MAPLE
shadow:= proc(p) proc(n) 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:= shadow(f(6)):
seq(a(n), n=1..100);
CROSSREFS
6th column of A144871.
Cf. A007318.
Sequence in context: A096871 A077890 A077877 * A081520 A238955 A238968
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Sep 23 2008
STATUS
approved