login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A083320
a(n) = 5^n + 4^n - 3^n.
1
1, 6, 32, 162, 800, 3906, 18992, 92322, 449600, 2195586, 10755152, 52845282, 260386400, 1286217666, 6367168112, 31576971042, 156839811200, 779990182146, 3883029321872, 19347201973602, 96463456484000, 481224744361026
OFFSET
0,2
COMMENTS
Binomial transform of A083319.
FORMULA
a(n) = 5^n + 4^n - 3^n.
G.f.: (1-6x+7x^2)/((1-3x)(1-4x)(1-5x)).
E.g.f.: exp(5x) + exp(4x) - exp(3x).
MATHEMATICA
Table[5^n+4^n-3^n, {n, 0, 30}] (* or *) LinearRecurrence[{12, -47, 60}, {1, 6, 32}, 30] (* Harvey P. Dale, Aug 19 2020 *)
CROSSREFS
Sequence in context: A006668 A232494 A037530 * A097139 A034942 A046714
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 25 2003
STATUS
approved