login
A186030
a(n) = n*(13*n-3)/2.
8
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,2
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
MATHEMATICA
Table[n (13n-3)/2, {n, 0, 60}] (* Harvey P. Dale, Feb 24 2011 *)
PROG
(Magma) [ n*(13*n-3)/2 : n in [0..42] ];
(PARI) a(n)=n*(13*n-3)/2 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Cf. numbers of the form n*(d*n+10-d)/2 indexed in A140090.
Cf. A154609 (first differences).
Sequence in context: A155851 A019267 A053664 * A092544 A319087 A098499
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, Feb 11 2011
STATUS
approved