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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076541 a(n) = sum(k=1, n, C(n,k) mod k ). 0
0, 1, 2, 2, 3, 8, 9, 11, 6, 13, 14, 26, 27, 28, 32, 46, 47, 49, 50, 68, 81, 82, 83, 116, 102, 101, 105, 105, 106, 142, 143, 143, 153, 172, 165, 222, 223, 216, 259, 278, 279, 256, 257, 327, 394, 295, 296, 422, 374, 318, 328, 384, 385, 420, 469, 461, 465, 450, 451 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

a(n) seems to be asymptotic to c*n^2 with c around 0.18...

PROG

(PARI) a(n)=sum(k=1, n, binomial(n, k)%k)

CROSSREFS

Row sums of A081371.

Sequence in context: A153944 A046652 A091681 * A159789 A153932 A158763

Adjacent sequences:  A076538 A076539 A076540 * A076542 A076543 A076544

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Oct 19 2002

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 17 04:58 EST 2012. Contains 205985 sequences.