A144868 Shadow transform of C(n+6,7) = A000580(n+6).
1, 1, 1, 3, 2, 4, 1, 4, 3, 3, 7, 6, 7, 1, 5, 4, 7, 5, 7, 6, 1, 12, 7, 10, 4, 12, 3, 1, 7, 9, 7, 4, 15, 12, 1, 12, 7, 12, 16, 11, 7, 1, 7, 22, 10, 12, 7, 11, 1, 6, 16, 22, 7, 6, 16, 6, 16, 12, 7, 18, 7, 12, 4, 4, 20, 27, 7, 24, 16, 6, 7, 19, 7, 12, 9, 22, 4, 27, 7, 11, 3, 12, 7, 5, 17, 12, 15, 36, 7
Offset: 1
Keywords
Links
- Alois P. Heinz, Table of n, a(n) for n = 1..10000
- Lorenz Halbeisen and Norbert Hungerbuehler, Number theoretic aspects of a combinatorial function, Notes on Number Theory and Discrete Mathematics 5(4) (1999), 138-150; see Definition 7 for the shadow transform.
- N. J. A. Sloane, Transforms.
Programs
-
Maple
a:= n-> add(`if`(modp(binomial(j+6, 7), n)=0, 1, 0), j=0..n-1): seq(a(n), n=1..120);