OFFSET
1,3
COMMENTS
Original name: Related to Lucas property of a number array.
Corresponds to the numbers z(1|1,1,1) in Razpet, Table 4, p. 163 (but note Razpet has an error for p=23). - Sean A. Irvine, Apr 03 2024
REFERENCES
M. Razpet, The Lucas property of a number array, Discrete Math., 248 (2002), 157-168.
LINKS
Sean A. Irvine, Java program (github)
FORMULA
Let p be the n-th prime and w(i,j) = Sum_{k=max(i,j)..i+j} binomial(k, i) * binomial(i, k - j), then a(n) is the number of values w(i,j) = 0 (mod p) in the square bounded by 0<=i,j<p [see Razpet p. 159 for a more general w function].
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 12 2002
EXTENSIONS
a(9) corrected and more terms from Sean A. Irvine, Apr 03 2024
STATUS
approved