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.

A186030 a(n) = n*(13*n-3)/2.

Original entry on oeis.org

0, 5, 23, 54, 98, 155, 225, 308, 404, 513, 635, 770, 918, 1079, 1253, 1440, 1640, 1853, 2079, 2318, 2570, 2835, 3113, 3404, 3708, 4025, 4355, 4698, 5054, 5423, 5805, 6200, 6608, 7029, 7463, 7910, 8370, 8843, 9329, 9828, 10340, 10865, 11403
Offset: 0

Views

Author

Bruno Berselli, Feb 11 2011

Keywords

Crossrefs

Cf. numbers of the form n*(d*n+10-d)/2 indexed in A140090.
Cf. A154609 (first differences).

Programs

Formula

G.f.: x*(5+8*x)/(1-x)^3.
From Bruno Berselli, Sep 05 2011: (Start)
a(n) - a(-n) = -A008585(n).
a(n) + a(-n) = A152742(n). (End)
E.g.f.: (1/2)*(13*x^2 + 10*x)*exp(x). - G. C. Greubel, Jul 17 2017