login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A020475 a(n) is number of k for which C(n,k) is divisible by n. 8
0, 2, 1, 2, 2, 4, 2, 6, 4, 6, 6, 10, 5, 12, 6, 8, 8, 16, 10, 18, 10, 14, 14, 22, 10, 20, 18, 18, 14, 28, 11, 30, 16, 26, 30, 26, 22, 36, 30, 30, 22, 40, 20, 42, 26, 26, 30, 46, 20, 42, 34, 32, 34, 52, 26, 46, 33, 50, 42, 58, 26, 60, 30, 46, 32, 50, 48, 66, 58, 50, 44, 70, 40, 72, 66, 46, 58 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Note that n is prime iff a(n)=n-1. - T. D. Noe (noe(AT)sspectra.com), Feb 23 2006

LINKS

T. D. Noe, Table of n, a(n) for n = 0..1000

FORMULA

a(n)=n+1-A007012(n) - T. D. Noe (noe(AT)sspectra.com), Feb 23 2006

MATHEMATICA

Table[cnt=0; Do[If[Mod[Binomial[n, k], n]==0, cnt++ ], {k, 0, n}]; cnt, {n, 0, 100}] - T. D. Noe (noe(AT)sspectra.com), Feb 23 2006

CROSSREFS

Sequence in context: A205551 A054541 A102722 * A131183 A133770 A184199

Adjacent sequences:  A020472 A020473 A020474 * A020476 A020477 A020478

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

EXTENSIONS

More terms from T. D. Noe (noe(AT)sspectra.com), Feb 23 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 18:43 EST 2012. Contains 205939 sequences.