cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A113046 Diagonal sums of number triangle binomial(n, floor((n-k)/2)) mod 3.

Original entry on oeis.org

1, 1, 3, 1, 1, 3, 5, 5, 6, 3, 3, 3, 3, 3, 3, 1, 1, 9, 11, 11, 12, 5, 5, 15, 16, 10, 12, 6, 6, 9, 9, 6, 6, 3, 3, 9, 9, 9, 9, 3, 3, 9, 9, 6, 6, 3, 3, 3, 3, 3, 3, 1, 1, 27, 29, 29, 30, 11, 11, 33, 34, 22, 24, 12, 12, 15, 15, 12, 12, 5, 5, 45, 46, 28, 30, 16, 16, 30, 32, 23, 24, 12, 12, 18, 18, 12
Offset: 0

Views

Author

Paul Barry, Oct 11 2005

Keywords

Comments

Diagonal sums of A113045.

Crossrefs

Cf. A113045.

Programs

Formula

a(n) = Sum_{k=0..floor(n/2)} binomial(n-k, floor((n-2k)/2)) mod 3.