OFFSET
0,3
COMMENTS
See comments in A256645.
REFERENCES
E. Deza and M. M. Deza, Figurate numbers, World Scientific Publishing (2012), page 93 (25th row of the table).
LINKS
Luciano Ancora, Table of n, a(n) for n = 0..1000
Luciano Ancora, Polygonal and Pyramidal numbers, Section 3.
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
MATHEMATICA
Table[n (n + 1) (25 n - 22)/6, {n, 0, 40}]
LinearRecurrence[{4, -6, 4, -1}, {0, 1, 28, 106}, 40] (* Vincenzo Librandi, Apr 08 2015 *)
PROG
(Magma) [n*(n+1)*(25*n-22)/6: n in [0..50]]; // Vincenzo Librandi, Apr 08 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Luciano Ancora, Apr 07 2015
STATUS
approved