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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133636 Nonprime numbers k such that binomial(k+p,k) mod k = 1, where p=6. 36
9, 27, 49, 63, 77, 81, 91, 99, 117, 119, 121, 133, 143, 153, 161, 169, 171, 187, 189, 203, 207, 209, 217, 221, 243, 247, 253, 259, 261, 279, 287, 289, 297, 299, 301, 319, 323, 329, 333, 341, 343, 351, 361, 369, 371, 377, 387, 391, 403, 407, 413, 423, 427, 437 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also composite n such that binomial(7*n,7)== n (mod n^2). - Gary Detlefs, Sep 24 2013
LINKS
PROG
(PARI) isok(n) = ! isprime(n) && ((binomial(n+6, n) % n) == 1); \\ Michel Marcus, Sep 25 2013
(PARI) isok(n) = ! isprime(n) && ((binomial(7*n, 7) % n^2) == n); \\ Michel Marcus, Sep 25 2013
CROSSREFS
Sequence in context: A342869 A287661 A062231 * A369564 A020208 A020306
KEYWORD
nonn
AUTHOR
Hieronymus Fischer, Sep 30 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 July 21 11:45 EDT 2024. Contains 374472 sequences. (Running on oeis4.)