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!)
A163260 Row sums of A163259. 3
0, 0, 1, 1, 7, 6, 30, 43, 111, 184, 553, 694, 2098, 3576, 8186, 13689, 35791, 54928, 141366, 239002, 548162, 956743, 2328296, 3754337, 9133084, 15963906, 36115030, 63177196, 148953028, 251144293, 590484909, 1038294564, 2335617735, 4138282064, 9539100013, 16441453580, 37863251785 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = Sum_{k=1,..,n} ( Sum_{i=1,..,k-1} mod(binomial(n, k + 1), binomial(n, k)) ). - G. C. Greubel, Dec 12 2016
MATHEMATICA
T[n_, k_] := Mod[Binomial[n, k + 1], Binomial[n, k]]; Join[{0}, Table[Sum[T[n, k], {k, 1, n - 1}], {n, 1, 20}]] (* G. C. Greubel, Dec 12 2016 *)
CROSSREFS
Cf. A163259.
Sequence in context: A338137 A341289 A322049 * A073112 A070425 A163842
KEYWORD
nonn
AUTHOR
Mats Granvik, Jul 23 2009
EXTENSIONS
Corrected a(20). Mats Granvik, Jul 24 2009
Terms a(21) onward added by G. C. Greubel, Dec 12 2016
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 April 25 10:41 EDT 2024. Contains 371967 sequences. (Running on oeis4.)