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.

A051679 Total number of even entries in first n rows of Pascal's triangle (the zeroth and first rows being 1; 1,1).

Original entry on oeis.org

0, 0, 1, 1, 4, 6, 9, 9, 16, 22, 29, 33, 42, 48, 55, 55, 70, 84, 99, 111, 128, 142, 157, 165, 186, 204, 223, 235, 256, 270, 285, 285, 316, 346, 377, 405, 438, 468, 499, 523, 560, 594, 629, 657, 694, 724, 755, 771, 816, 858, 901, 937, 982, 1020, 1059, 1083, 1132
Offset: 0

Views

Author

Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de)

Keywords

Crossrefs

Cf. A006046.
Partial sums of A048967. - Michel Marcus, Feb 16 2016

Programs

Formula

a(0)=a(1)=0, a(2n) = 3a(n)+n(n-1)/2, a(2n+1) = 2a(n)+a(n+1)+n(n+1)/2. - Ralf Stephan, Oct 10 2003
n(n+3)/2 - A074330(n). - Ralf Stephan, Oct 10 2003