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!)
A133621 Numbers k such that binomial(k+p,k) mod k = 1, where p=10. 27
3, 4, 11, 13, 17, 19, 23, 29, 31, 33, 37, 41, 43, 47, 53, 57, 59, 61, 67, 68, 71, 73, 79, 83, 85, 87, 89, 97, 101, 103, 107, 109, 111, 113, 121, 127, 131, 137, 139, 141, 143, 149, 151, 157, 163, 164, 167, 169, 173, 179, 181, 185, 187, 191, 193, 197, 199, 209, 211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All primes q > p are included, in that binomial(q+p,q))==(1+floor(p/q))==1(mod q) holds for those primes.
LINKS
PROG
(PARI) isok(n) = ((binomial(n+10, n) % n) == 1) \\ Michel Marcus, Jul 15 2013
CROSSREFS
Sequence in context: A226632 A098377 A075646 * A216558 A049619 A295067
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 June 8 14:02 EDT 2023. Contains 363165 sequences. (Running on oeis4.)