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!)
A072953 a(n)=sum(k=1,n,C(n,n reduced (mod k))). 0
1, 2, 5, 7, 22, 25, 79, 124, 276, 444, 1267, 1657, 4435, 7753, 17327, 28309, 72728, 110949, 279663, 476090, 1071672, 1834419, 4512625, 7194685, 17326148, 30229021, 68385742, 117709413, 280395840, 466385404, 1099376097, 1923155966 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Observation: lim n -> infinity a(n+2)/a(n) = 4 and it seems that a(n+2)/a(n) < 4 or >4 for infinitely many values of n.
MATHEMATICA
Table[Sum[Binomial[n, Mod[n, k]], {k, n}], {n, 40}] (* Harvey P. Dale, Jul 16 2017 *)
PROG
(PARI) a(n)=sum(k=1, n, binomial(n, n%k))
CROSSREFS
Sequence in context: A327322 A160820 A158357 * A243394 A175552 A279756
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Aug 20 2002
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 March 29 09:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)