OFFSET
1,2
COMMENTS
Also structured deltoidal icositetrahedral numbers (vertex structure 9) (cf. A100162 = alternate vertex).
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)*(40*n^3 - 48*n^2 + 14*n).
G.f.: x*(1 + 22*x + 17*x^2)/(1-x)^4. - Colin Barker, Jan 19 2012
MATHEMATICA
Table[(40n^3-48n^2+14n)/6, {n, 40}] (* or *) LinearRecurrence[{4, -6, 4, -1}, {1, 26, 115, 308}, 40] (* Harvey P. Dale, Sep 23 2016 *)
PROG
(Magma) [(1/6)*(40*n^3-48*n^2+14*n): n in [1..40]]; // Vincenzo Librandi, Jul 24 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
James A. Record (james.record(AT)gmail.com), Nov 07 2004
STATUS
approved