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.

A155212 a(n) = (n^2 + 9*n + 4)/2.

Original entry on oeis.org

2, 7, 13, 20, 28, 37, 47, 58, 70, 83, 97, 112, 128, 145, 163, 182, 202, 223, 245, 268, 292, 317, 343, 370, 398, 427, 457, 488, 520, 553, 587, 622, 658, 695, 733, 772, 812, 853, 895, 938, 982, 1027, 1073, 1120, 1168, 1217, 1267, 1318, 1370, 1423, 1477, 1532
Offset: 0

Views

Author

Vincenzo Librandi, Jan 22 2009

Keywords

Crossrefs

Cf. A000217.

Programs

Formula

G.f.: (-2 - x + 2*x^2)/(x - 1)^3. - R. J. Mathar, Mar 23 2011
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - Vincenzo Librandi, Feb 26 2012
Sum_{n>=0} 1/a(n) = 271/280 + 2*Pi*tan(sqrt(65)*Pi/2)/sqrt(65). - Amiram Eldar, Dec 13 2022
E.g.f.: exp(x)*(2 + 5*x + x^2/2). - Elmo R. Oliveira, Oct 21 2024

Extensions

Edited by Jon E. Schoenfield, Jun 23 2010
a(0)=2 from Vincenzo Librandi, Mar 22 2011