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.

A201163 Expansion of g.f. 1+x+(1+3*x+x^2)/(1+x)^3.

Original entry on oeis.org

2, 1, -2, 5, -9, 14, -20, 27, -35, 44, -54, 65, -77, 90, -104, 119, -135, 152, -170, 189, -209, 230, -252, 275, -299, 324, -350, 377, -405, 434, -464, 495, -527, 560, -594, 629, -665, 702, -740, 779, -819, 860, -902, 945, -989, 1034, -1080, 1127, -1175, 1224, -1274, 1325, -1377, 1430, -1484, 1539, -1595, 1652, -1710, 1769, -1829, 1890, -1952, 2015
Offset: 0

Views

Author

N. J. A. Sloane, Nov 27 2011

Keywords

Crossrefs

Cf. A000096.

Programs

Formula

a(n) = (-1)^(n+1)*A000096(n-1), n>1. - R. J. Mathar, Nov 28 2011
Sum_{n>=0} 1/a(n) = 37/18 - 4*log(2)/3. - Amiram Eldar, Jan 31 2023