OFFSET
0,3
LINKS
Harvey P. Dale,Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (3,-3,1).
FORMULA
FromNikolaos Pantelidis, Feb 09 2023 : (Start)
G.f.: x*(1 + 33*x)/(1 - x)^3.
E.g.f.: exp(x)*(x + 17*x^2). (End)
MATHEMATICA
Table[n(34n-32)/2, {n, 50}]
PolygonalNumber[36, Range[0, 50]] (* or *) LinearRecurrence[{3, -3, 1}, {0, 1, 36}, 50] (*Harvey P. Dale, Apr 18 2025 *)
PROG
(PARI) for(n=0, 100, print1(n*(17*n-16), ", ")) \\Derek Orr, Feb 27 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
So Jung Kim, Feb 23 2017
STATUS
approved
