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.

A115295 Partial sums of squares of A115291(n).

Original entry on oeis.org

1, 17, 66, 130, 194, 258, 322, 386, 450, 514, 578, 642, 706, 770, 834, 898, 962, 1026, 1090, 1154, 1218, 1282, 1346, 1410, 1474, 1538, 1602, 1666, 1730, 1794, 1858, 1922, 1986, 2050, 2114, 2178, 2242, 2306, 2370, 2434, 2498, 2562, 2626, 2690, 2754, 2818
Offset: 0

Views

Author

Paul Barry, Jan 19 2006

Keywords

Comments

Central coefficients of number triangle A115292.

Programs

Formula

a(n)=sum{k=0..n, (sum{j=0..k, C(3, j)})^2}; a(n)=A115292(2n, n).