login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A215564
C(p,k)/p for primes p and 0 < k <= p/2.
0
1, 1, 1, 2, 1, 3, 5, 1, 5, 15, 30, 42, 1, 6, 22, 55, 99, 132, 1, 8, 40, 140, 364, 728, 1144, 1430, 1, 9, 51, 204, 612, 1428, 2652, 3978, 4862, 1
OFFSET
1,4
COMMENTS
Motivated by the fact that any prime p divides the binomial coefficients C(p,k)=p!/k!(p-k)! for k=1,...,p-1.
EXAMPLE
Formatted as an irregular triangular table, the sequence reads:
1,/* p=2 */
1,/* p=3 */
1,2,/* p=5 */
1,3,5,/* p=7 */
1,5,15,30,42,/* p=11 */
1,6,22,55,99,132,/* p=13 */
1,8,40,140,364,728,1144,1430,/* p=17 */
1,9,51,204,612,1428,2652,3978,4862,/* p=19 */
etc.
PROG
(PARI) forprime(p=1, 19, for(k=1, p\2, print1(binomial(p, k)/p", ")); print("/* p="p" */"))
CROSSREFS
Cf. A215563 for the "complete" triangle including the symmetric 2nd half.
Sequence in context: A286942 A125076 A220562 * A189449 A239286 A109533
KEYWORD
nonn
AUTHOR
M. F. Hasler, Aug 16 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 22 23:47 EDT 2024. Contains 376140 sequences. (Running on oeis4.)