OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (4, -6, 4, -1).
FORMULA
G.f.: (8 + 697*x + 1228*x^2 + 125*x^3)/(-1+x)^4. - R. J. Mathar, Jun 24 2009
MAPLE
seq((7*n+2)^3, n=0..30); # Muniru A Asiru, Oct 13 2018
PROG
(Magma) [(7*n+2)^3: n in [0..40]]; // Vincenzo Librandi, Jul 13 2011
(PARI) a(n) = (7*n+2)^3; \\ Altug Alkan, Oct 13 2018
(GAP) List([0..30], n->(7*n+2)^3); # Muniru A Asiru, Oct 13 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved