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.

A027379 Expansion of (1+x^2-x^3)/(1-x)^3.

Original entry on oeis.org

1, 3, 7, 12, 18, 25, 33, 42, 52, 63, 75, 88, 102, 117, 133, 150, 168, 187, 207, 228, 250, 273, 297, 322, 348, 375, 403, 432, 462, 493, 525, 558, 592, 627, 663, 700, 738, 777, 817, 858, 900, 943, 987, 1032, 1078
Offset: 0

Views

Author

Keywords

Crossrefs

Essentially the triangular numbers (A000217) minus 3.
Also essentially the same as A055998.

Programs

Formula

a(n) = n*(n+5)/2 = A000217(n+2) - 3 for n>=1. - Emeric Deutsch, Mar 01 2004
a(n) = n + a(n-1) + 2, n>1. - Vincenzo Librandi, Dec 06 2009
E.g.f.: 1 + x*(x + 6)*exp(x)/2. - G. C. Greubel, May 14 2017