OFFSET
1,1
COMMENTS
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
Index entries for linear recurrences with constant coefficients, signature (2,-1).
FORMULA
a(n) = 3^4*n - 2, for n >= 1.
O.g.f.: (x/(1-x)^2)*(3^4 - 2*(1-x)).
E.g.f.: 2 + exp(x)*(81*x - 2). - Stefano Spezia, Jun 24 2023
MATHEMATICA
Range[50]81-2 (* Paolo Xausa, Nov 17 2023 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Richard S. Fischer and Wolfdieter Lang, Jun 20 2023
STATUS
approved