OFFSET
1,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..5000
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
a(n) = (1/6)*(55*n^3 - 75*n^2 + 26*n).
G.f.: x*(1 + 28*x + 26*x^2)/(1-x)^4. - Colin Barker, May 29 2012
MATHEMATICA
LinearRecurrence[{4, -6, 4, -1}, {1, 32, 148, 404}, 40] (* Harvey P. Dale, Aug 04 2022 *)
PROG
(Magma) [(1/6)*(55*n^3-75*n^2+26*n): n in [1..40]]; // Vincenzo Librandi, Jul 26 2011
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
James A. Record (james.record(AT)gmail.com), Nov 07 2004
STATUS
approved