OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (4, -6, 4, -1).
FORMULA
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4), n > 4. a(n) = 2*n*(8*n^2 + 12*n + 1)/3, n > 0. - R. J. Mathar, Sep 22 2009
MATHEMATICA
Join[{1}, LinearRecurrence[{4, -6, 4, -1}, {14, 76, 218, 472}, 40]] (* Harvey P. Dale, Aug 07 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Sep 21 2009, based on email from R. J. Mathar, Mar 22 2009
EXTENSIONS
More terms from R. J. Mathar, Sep 22 2009
STATUS
approved