OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
a(n) = 64*n.
G.f.: 64*x/(1-x)^2. - Bruno Berselli, Feb 11 2012
E.g.f: 64*x*exp(x). - G. C. Greubel, Sep 02 2018
MATHEMATICA
64*Range[0, 47]
PROG
(Magma) [64*n: n in [0..50]] // Vincenzo Librandi, Feb 11 2012
(PARI) vector(50, n, n--; 64*n) \\ G. C. Greubel, Sep 02 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vladimir Joseph Stephan Orlovsky, Dec 10 2008
EXTENSIONS
Definition corrected by R. J. Mathar, Dec 12 2008
STATUS
approved