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”).

A133630
Nonprime numbers k such that binomial(k+p,k) mod k = 1, where p=10.
53
4, 33, 57, 68, 85, 87, 111, 121, 141, 143, 164, 169, 185, 187, 209, 219, 221, 235, 247, 249, 253, 260, 289, 292, 299, 303, 319, 323, 327, 335, 341, 356, 361, 377, 381, 388, 391, 403, 407, 411, 435, 437, 451, 452, 473, 481, 484, 485, 489, 493, 516, 517, 519
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) is(n)=binomial(n+10, 10)%n==1 && !isprime(n) \\ Charles R Greathouse IV, Nov 04 2015
KEYWORD
nonn,easy
AUTHOR
Hieronymus Fischer, Sep 30 2007
STATUS
approved