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.

A140674 a(n) = n*(3*n + 17)/2.

Original entry on oeis.org

0, 10, 23, 39, 58, 80, 105, 133, 164, 198, 235, 275, 318, 364, 413, 465, 520, 578, 639, 703, 770, 840, 913, 989, 1068, 1150, 1235, 1323, 1414, 1508, 1605, 1705, 1808, 1914, 2023, 2135, 2250, 2368, 2489, 2613, 2740, 2870, 3003, 3139
Offset: 0

Views

Author

Omar E. Pol, May 22 2008

Keywords

Crossrefs

The generalized pentagonal numbers b*n+3*n*(n-1)/2, for b = 1 through 12, form sequences A000326, A005449, A045943, A115067, A140090, A140091, A059845, A140672, A140673, A140674, A140675, A151542.

Programs

Formula

a(n) = (3*n^2 + 17*n)/2.
a(n) = 7*n + 3*A000217(n). - Reinhard Zumkeller, May 28 2008
a(n) = 3*n + a(n-1) + 7 (with a(0)=0). - Vincenzo Librandi, Aug 03 2010
G.f.: x*(10 - 7*x)/(1 - x)^3. - Arkadiusz Wesolowski, Dec 24 2011
E.g.f.: (1/2)*(3*x^2 + 20*x)*exp(x). - G. C. Greubel, Jul 17 2017