OFFSET
2,1
FORMULA
a(n) = Cardinality{j | C(n,2) divides C(n,j), j=0..n}.
EXAMPLE
The relevant residues C(n,j) mod C(n,2) for n=16 are {1, 16, 0, 80, 20, 48, 88, 40, 30, 40, 88, 48, 20, 80, 0, 16, 1}, so a(16) = 2.
For n=227, there are only 6 nonzero residues; the residues are {1, 227, [111 zeros], 454, 454, [111 zeros], 227, 1}, so a(227) = 222.
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Apr 12 2001
STATUS
approved